GetNPCBoneLocation: Difference between revisions

From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|This function returns the bone location of the NPC.}} {{FuncSyntax|GetNPCBoneLocation(npc, BoneName [, BoneSpace = 1])}} {{Fu..."
(No difference)

Revision as of 19:32, 18 January 2020

GetNPCBoneLocation

Type: Function
Context: Client
Introduced: v1.0

Description

This function returns the bone location of the NPC.

Syntax

{{{1}}}

Parameters

  • npc
    The NPC identifier
  • BoneName
    The bone name
  • World Space, 2 = Local Space (optional)
    {{{2}}}

Return Value

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

Example

__EDIT_ME__

See also

__EDIT_ME__