![]() |
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 | fx_think (localClientNum) |
function | spawned (localClientNum) |
function | start_light_fx (localClientNum) |
function | stop_light_fx (localClientNum) |
function __init__ | ( | ) |
Definition at line 16 of file spike_charge_siegebot.csc.
References add_weapon_type(), and spawned().
function fx_think | ( | localClientNum | ) |
Definition at line 32 of file spike_charge_siegebot.csc.
References clamp(), server_wait(), start_light_fx(), stop_light_fx(), and waittill_dobj().
Referenced by spawned().
function spawned | ( | localClientNum | ) |
Definition at line 27 of file spike_charge_siegebot.csc.
References fx_think().
Referenced by __init__().
function start_light_fx | ( | localClientNum | ) |
Definition at line 60 of file spike_charge_siegebot.csc.
Referenced by fx_think().
function stop_light_fx | ( | localClientNum | ) |
Definition at line 67 of file spike_charge_siegebot.csc.
Referenced by fx_think().