Skip to main content

Player::setTargetLossResponse

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​

```js player.setTargetLossResponse(responseType); ```

Required Arguments​

  • responseType: int

Return value​

  • Undefined

Example​

```js // todo ```

See also​