Player::reserveEntityExplodesOnHighExplosionCombo

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

This was previously named as 'RESERVE_ENTITY_EXPLODES_ON_HIGH_EXPLOSION_COMBO'
which is obviously incorrect.

Seems to only appear in scripts used in Singleplayer. p1 ranges from 2 - 46.


I assume this switches the crime type

Syntax

mp.game.player.reserveEntityExplodesOnHighExplosionCombo(p1);

Required Arguments

  • p1: int

Return value

  • Undefined

Example

// todo

See also