Vehicle::disableImpactExplosionActivation: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
Line 1: Line 1:
if set to true, prevents vehicle sirens from having sound, leaving only the lights.<br><br>HASH COLLISION !!! Please change to _SET_VEHICLE_SIREN_SOUND
if set to true, prevents vehicle sirens from having sound, leaving only the lights.<br><br>HASH COLLISION !!! Please change to _SET_VEHICLE_SIREN_SOUND
In update function name was changed to:
<syntaxhighlight lang="javascript">vehicle.setSirenSound(toggle);</syntaxhighlight>
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">vehicle.disableImpactExplosionActivation(toggle);</syntaxhighlight>
<syntaxhighlight lang="javascript">vehicle.disableImpactExplosionActivation(toggle);</syntaxhighlight>

Revision as of 23:11, 12 January 2018

if set to true, prevents vehicle sirens from having sound, leaving only the lights.

HASH COLLISION !!! Please change to _SET_VEHICLE_SIREN_SOUND

In update function name was changed to:

vehicle.setSirenSound(toggle);

Syntax

vehicle.disableImpactExplosionActivation(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also