Vehicle::disableImpactExplosionActivation

From RAGE Multiplayer Wiki
Revision as of 23:11, 12 January 2018 by Kubas (talk | contribs)

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