![]() |
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 | ambient_fakefire_think (point) |
function | ambient_flak_flash (point, min_burst_time, max_burst_time) |
function | ambient_flak_rotate (point) |
function | ambient_flak_think (point) |
function | arrow_spin_func () |
function | ceiling_fans_init (clientNum) |
function | clock_run (time_values) |
function | clocks_init (clientNum) |
function | on_player_connect (localclientnum) |
function | setup_point_fx (point, fx_id) |
function | spin_anemometers (clientNum) |
function | spin_fan () |
function | spoon_spin_func () |
function __init__ | ( | ) |
Definition at line 14 of file _ambient.csc.
References on_localclient_connect(), and on_player_connect().
function ambient_fakefire_think | ( | point | ) |
Definition at line 190 of file _ambient.csc.
Referenced by setup_point_fx().
function ambient_flak_flash | ( | point | , |
min_burst_time | , | ||
max_burst_time | |||
) |
Definition at line 142 of file _ambient.csc.
Referenced by ambient_flak_think().
function ambient_flak_rotate | ( | point | ) |
Definition at line 100 of file _ambient.csc.
Referenced by ambient_flak_think().
function ambient_flak_think | ( | point | ) |
Definition at line 64 of file _ambient.csc.
References ambient_flak_flash(), ambient_flak_rotate(), play_in_space(), and timer().
Referenced by setup_point_fx().
function arrow_spin_func | ( | ) |
Definition at line 682 of file _ambient.csc.
Referenced by spin_anemometers().
function ceiling_fans_init | ( | clientNum | ) |
Definition at line 415 of file _ambient.csc.
References spin_fan().
Referenced by on_player_connect().
function clock_run | ( | time_values | ) |
Definition at line 547 of file _ambient.csc.
Referenced by clocks_init().
function clocks_init | ( | clientNum | ) |
Definition at line 476 of file _ambient.csc.
References clock_run().
Referenced by on_player_connect().
function on_player_connect | ( | localclientnum | ) |
Definition at line 19 of file _ambient.csc.
References ceiling_fans_init(), clocks_init(), and spin_anemometers().
Referenced by __init__().
function setup_point_fx | ( | point | , |
fx_id | |||
) |
Definition at line 31 of file _ambient.csc.
References ambient_fakefire_think(), and ambient_flak_think().
function spin_anemometers | ( | clientNum | ) |
Definition at line 640 of file _ambient.csc.
References arrow_spin_func(), and spoon_spin_func().
Referenced by on_player_connect().
function spin_fan | ( | ) |
Definition at line 426 of file _ambient.csc.
Referenced by ceiling_fans_init().
function spoon_spin_func | ( | ) |
Definition at line 660 of file _ambient.csc.
Referenced by spin_anemometers().