GetPlayerBoneLocation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetPlayerBoneLocation

Type: Function
Context: Client
Introduced: v1.0

Description

This function returns the bone location of the player.

Syntax

{{{1}}}

Parameters

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

Return Value

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

Example

GetPlayerBoneLocation(playerId, boneName)

See also

__EDIT_ME__