Player::setTargetLossResponse

From RAGE Multiplayer Wiki
Revision as of 23:43, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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