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

Player::setDucking

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

MulleDK19: Does nothing. Characters cannot duck in GTA V.

^^
Wrong this is for ducking in the vehicle.
- jedijosh920

MulleDK19: ^ Wrong. This is the SET_CHAR_DUCKING from GTA IV, that makes Peds duck. This function does nothing in GTA V. It cannot set the ped as ducking in vehicles, and IS_Player_DUCKING will always return false.

Syntax

<syntaxhighlight lang="javascript">player.setDucking(toggle);</syntaxhighlight>

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

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

See also