![]() |
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 186 of file _ambient.csc.
function ambient_flak_flash | ( | point | , |
min_burst_time | , | ||
max_burst_time | |||
) |
Definition at line 138 of file _ambient.csc.
function ambient_flak_rotate | ( | point | ) |
Definition at line 96 of file _ambient.csc.
function ambient_flak_think | ( | point | ) |
Definition at line 60 of file _ambient.csc.
References ambient_flak_flash(), ambient_flak_rotate(), play_in_space(), and timer().
function arrow_spin_func | ( | ) |
Definition at line 672 of file _ambient.csc.
function ceiling_fans_init | ( | clientNum | ) |
Definition at line 411 of file _ambient.csc.
References spin_fan().
function clock_run | ( | time_values | ) |
Definition at line 539 of file _ambient.csc.
function clocks_init | ( | clientNum | ) |
Definition at line 471 of file _ambient.csc.
References clock_run().
function on_player_connect | ( | localclientnum | ) |
Definition at line 19 of file _ambient.csc.
References ceiling_fans_init(), clocks_init(), and spin_anemometers().
function setup_point_fx | ( | point | , |
fx_id | |||
) |
Definition at line 27 of file _ambient.csc.
References ambient_fakefire_think(), and ambient_flak_think().
function spin_anemometers | ( | clientNum | ) |
Definition at line 632 of file _ambient.csc.
References arrow_spin_func(), and spoon_spin_func().
function spin_fan | ( | ) |
Definition at line 421 of file _ambient.csc.
function spoon_spin_func | ( | ) |
Definition at line 650 of file _ambient.csc.