![]() |
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 | on_localplayer_spawned (localClientNum) |
function | player_speed_changed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function __init__ | ( | ) |
Definition at line 20 of file _gadget_speed_burst.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, on_localplayer_spawned(), player_speed_changed(), register(), register_visionset_info(), SPEED_BURST_VISIONSET, SPEED_BURST_VISIONSET_ALIAS, SPEED_BURST_VISIONSET_STEPS, and VERSION_SHIP.
function on_localplayer_spawned | ( | localClientNum | ) |
Definition at line 28 of file _gadget_speed_burst.csc.
References disable_filter_speed_burst(), FILTER_INDEX_SPEED_BURST, and init_filter_speed_burst().
Referenced by __init__().
function player_speed_changed | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 37 of file _gadget_speed_burst.csc.
References disable_filter_speed_burst(), enable_filter_speed_burst(), and FILTER_INDEX_SPEED_BURST.
Referenced by __init__().