PhysObj.IsMoveable
From GMod Wiki
Function | |
Syntax | PhysObj:IsMoveable( ) |
Description: | |
Checks if an object is frozen. | |
Returns: | nil |
In Object: | Physobj |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=PhysObj.IsMoveable]PhysObj.IsMoveable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | This Example will print True to the console if an entity is unfrozen. |
---|---|
Used on | |
Code | print(ent:GetPhysicsObject():IsMoveable()) |
Output | N/A |