Перейти к содержанию

Entity::getWorldPositionOfBone

Материал из RAGE MP Wiki Archive
Версия от 17:57, 1 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the coordinates of an entity-bone.

Syntax

<syntaxhighlight lang="javascript">entity.getWorldPositionOfBone(boneIndex);</syntaxhighlight>

Required Arguments

  • boneIndex: int

Return value

  • Vector3

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also