Entity.GetBoneCount
From GMod Wiki
Function | |
Syntax | Entity:GetBoneCount( ) |
Description: | |
Returns the amount of bones in the entity | |
Returns: | Integer |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetBoneCount]Entity.GetBoneCount [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | This will return the amount of bones from the local player. |
---|---|
Used on | |
Code | Msg(LocalPlayer():GetBoneCount() .. "\n") |
Output | N/A |