GetNPCBoneLocation

From Onset Developer Wiki
Revision as of 19:39, 18 January 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetNPCBoneLocation

Type: Function
Context: Client
Introduced: v1.0.3

Description

This function returns the bone location of the NPC.

Syntax

GetNPCBoneLocation(npc, BoneName [, BoneSpace])

Parameters

  • npc
    The NPC identifier
  • BoneName
    The bone name
  • BoneSpace (optional)
    1 for World Space, 2 for Local Space

Return Value

  • Returns X, Y, Z of the bone location.

Example

__EDIT_ME__

See also

__EDIT_ME__