GetNPCBoneNames

From Onset Developer Wiki
Revision as of 19:31, 18 January 2020 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Returns a table containing the bone names of the NPC skeleton dynamically. Useful for GetNPCBoneLocation.}} {{FuncSyntax...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetNPCBoneNames

Type: Function
Context: Client
Introduced: v1.0.3

Description

Returns a table containing the bone names of the NPC skeleton dynamically. Useful for GetNPCBoneLocation.

Syntax

GetNPCBoneLocation()

Parameters

  • This function has no parameters.

Return Value

  • Returns a table with the bone names.

Example

__EDIT_ME__

See also

__EDIT_ME__