PhysObj.IsMoveable

From GMod Wiki

Jump to: navigation, search
Function
Syntax PhysObj:IsMoveable( )
Description:
Checks if an object is frozen.
Returns: nil
In Object: Physobj
Realm: NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=PhysObj.IsMoveable]PhysObj.IsMoveable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Example

DescriptionThis Example will print True to the console if an entity is unfrozen.
Used onNewerServer.png
Code
print(ent:GetPhysicsObject():IsMoveable())
OutputN/A
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox