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

Player::setTargetLossResponse

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

Only 1 and 2 appear in the scripts. combatbehaviour.meta seems to only have TLR_SearchForTarget for all peds, but we don't know if that's 1 or 2.

Syntax

<syntaxhighlight lang="javascript">player.setTargetLossResponse(responseType);</syntaxhighlight>

Required Arguments

  • responseType: int

Return value

  • Undefined

Example

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

See also