Entity.GetBoneCount

From GMod Wiki

Jump to: navigation, search
Function
Syntax Entity:GetBoneCount( )
Description:
Returns the amount of bones in the entity
Returns: Integer
In Object: Entity
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Entity.GetBoneCount]Entity.GetBoneCount [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Example

DescriptionThis will return the amount of bones from the local player.
Used onNewerClient.png
Code
Msg(LocalPlayer():GetBoneCount() .. "\n")
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox