RAGE.Elements.Vehicle.StartHorn

From RAGE Multiplayer Wiki
Revision as of 12:53, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''duration:''' {{RageType|int}} *'''mode:''' {{RageType|uint}} *'''forever:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.StartHorn(duration, mode, forever) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TOD...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • duration: int
  • mode: uint
  • forever: bool

Return value

  • void

Syntax

vehicle.StartHorn(duration, mode, forever)

Example

//todo


See also