Entity.GetMoveCollide
From GMod Wiki
Revision as of 21:21, 9 December 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax | Entity:GetMoveCollide( ) |
Description: | |
Returns the Move Collide of the entity. The move collide is the way a physics object reacts to hitting an object - will it bounce, slide? The returned value is an integer that corresponds to a Move Collide enumeration. | |
Returns: | Integer |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetMoveCollide]Entity.GetMoveCollide [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |