Player::setTargetLossResponse

From RAGE Multiplayer Wiki

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

player.setTargetLossResponse(responseType);

Required Arguments

  • responseType: int

Return value

  • Undefined

Example

// todo

See also