Vehicle::isBumperBouncing

From RAGE Multiplayer Wiki
Revision as of 19:34, 5 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''frontBumper:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.isBumperBouncing(vehicle, frontBumper) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • vehicle: number
  • frontBumper: boolean

Return value

  • boolean

Syntax

mp.game.vehicle.isBumperBouncing(vehicle, frontBumper)

Example

//todo


See also