‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
spike_charge_siegebot.csc File Reference

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 16 of file spike_charge_siegebot.csc.

References add_weapon_type(), and spawned().

◆ fx_think()

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().

◆ spawned()

function spawned ( localClientNum  )

Definition at line 27 of file spike_charge_siegebot.csc.

References fx_think().

Referenced by __init__().

◆ start_light_fx()

function start_light_fx ( localClientNum  )

Definition at line 60 of file spike_charge_siegebot.csc.

Referenced by fx_think().

◆ stop_light_fx()

function stop_light_fx ( localClientNum  )

Definition at line 67 of file spike_charge_siegebot.csc.

Referenced by fx_think().