![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
function | __init__ () |
function | set_static_amount (staticAmount) |
function | timeout_beep (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | vehicle_rumble (localClientNum) |
function | vehicle_variants (localClientNum) |
function __init__ | ( | ) |
Definition at line 19 of file _vehicle.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), timeout_beep(), and VERSION_SHIP.
function set_static_amount | ( | staticAmount | ) |
Definition at line 106 of file _vehicle.csc.
Referenced by QRDrone_staticFade(), and QRDrone_watch_distance().
function timeout_beep | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 124 of file _vehicle.csc.
References clamp(), lights_off(), lights_on(), and server_wait().
Referenced by __init__().
function vehicle_rumble | ( | localClientNum | ) |
Definition at line 30 of file _vehicle.csc.
Referenced by entityspawned().
function vehicle_variants | ( | localClientNum | ) |
Definition at line 119 of file _vehicle.csc.