GetPlayerBoneLocation

From Onset Developer Wiki
Revision as of 08:03, 29 December 2019 by 28days (talk | contribs)
GetPlayerBoneLocation

Type: Function
Context: Client
Introduced: v1.0

Description

This function returns the bone location of the player.

Syntax

GetPlayerBoneLocation(player, BoneName [, BoneSpace])

Parameters

  • player
    The player identifier
  • BoneName
    The bone name
  • BoneSpace (optional)
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

GetPlayerBoneLocation(playerId, boneName)

See also

__EDIT_ME__