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

Player::applyBlood

Материал из RAGE MP Wiki Archive

Found one occurence in re_crashrescue.c4

Player::APPLY_Player_BLOOD(l_4B, 3, 0.0, 0.0, 0.0, 'wound_sheet');

- winject

Syntax

<syntaxhighlight lang="javascript">player.applyBlood(boneIndex, xRot, yRot, zRot, woundType);</syntaxhighlight>

Required Arguments

  • boneIndex: int
  • xRot: float
  • yRot: float
  • zRot: float
  • woundType: String

Return value

  • Undefined

Example

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

See also