Entity.GetPoseParameter
From GMod Wiki
Revision as of 15:31, 30 October 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax | Entity:GetPoseParameter( String paramName ) |
| Description: | |
| Retrieves the value of a pose parameter in the entity's model. Pose parameters control things in the model of the entity. For example, the floor turret has a parameter called "aim_yaw". Setting aim_yaw determines the direction the top of the turret faces. | |
| Returns: | Float |
| In Object: | Entity |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetPoseParameter]Entity.GetPoseParameter [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | N/A | ||
|---|---|---|---|
| Used on | |||
| Code |
| ||
| Output | N/A |