Garry's Mod Wiki

Entity:PhysWake

  Entity:PhysWake()

Description

Wakes up the entity's physics object

Example

This is what the function does internally.

local phys = self:GetPhysicsObject() if ( !IsValid( phys ) ) then return end phys:Wake()