PhysObj.IsMoveable

From GMod Wiki

Revision as of 10:46, 15 June 2011 by Noiwex (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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