Vehicle::enableCargobobHook

From RAGE Multiplayer Wiki
Revision as of 23:48, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Drops the Hook/Magnet on a cargobob

state
enum eCargobobHook
{
CARGOBOB_HOOK = 0,
CARGOBOB_MAGNET = 1,
};

Syntax

vehicle.enableCargobobHook(state);

Required Arguments

  • state: int

Return value

  • Undefined

Example

// todo

See also