Vehicle::disableImpactExplosionActivation

From RAGE Multiplayer Wiki
Revision as of 11:29, 9 May 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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