Entity.GetBoneMatrix
From GMod Wiki
| Function | |
| Syntax | Entity:GetBoneMatrix( Integer bone ) |
| Description: | |
| Returns the matrix (position/rotation transform) of a given bone entity. | |
| Returns: | VMatrix object |
| In Object: | Entity |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetBoneMatrix]Entity.GetBoneMatrix [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | N/A | ||
|---|---|---|---|
| Used on | |||
| Code |
| ||
| Output | N/A |
Additional Notes
- See the Finger Poser STool for an example of the usage of this function.