RAGE.Elements.Vehicle.DetachFromCargobob

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

Client-Side
Function

 C#



C# Syntax


Required Params

  • cargobob: int

Return value

  • void

Syntax

vehicle.DetachFromCargobob(cargobob)

Example

//todo


See also