GetNPCBoneLocation

From Onset Developer Wiki
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__