Vehicle::enableCargobobHook

From RAGE Multiplayer Wiki
Revision as of 11:30, 9 May 2024 by Shr0x (talk | contribs) (→‎See also)
(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