![]() |
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 | get_base_fx (flag, team) |
function | get_cap_fx (flag, team) |
function | main () |
function | monitor_flag_fx (localClientNum, flag_objective, flag_name) |
function | on_localclient_connect (localClientNum) |
function | play_base_fx (localClientNum, flag, fx_name, team) |
function | play_cap_fx (localClientNum, flag, fx_name, team) |
function | update_base_fx (localClientNum, flag, team) |
function | update_cap_fx (localClientNum, flag, team, progress) |
function get_base_fx | ( | flag | , |
team | |||
) |
Definition at line 148 of file dom.csc.
Referenced by monitor_flag_fx(), and update_base_fx().
function get_cap_fx | ( | flag | , |
team | |||
) |
Definition at line 167 of file dom.csc.
Referenced by update_cap_fx().
function main | ( | ) |
Definition at line 15 of file dom.csc.
References on_localclient_connect().
function monitor_flag_fx | ( | localClientNum | , |
flag_objective | , | ||
flag_name | |||
) |
Definition at line 40 of file dom.csc.
References get_base_fx(), play_base_fx(), update_base_fx(), and update_cap_fx().
Referenced by on_localclient_connect().
function on_localclient_connect | ( | localClientNum | ) |
Definition at line 22 of file dom.csc.
References domFlags(), and monitor_flag_fx().
Referenced by main().
function play_base_fx | ( | localClientNum | , |
flag | , | ||
fx_name | , | ||
team | |||
) |
Definition at line 82 of file dom.csc.
References PlayFx().
Referenced by monitor_flag_fx(), and update_base_fx().
function play_cap_fx | ( | localClientNum | , |
flag | , | ||
fx_name | , | ||
team | |||
) |
function update_base_fx | ( | localClientNum | , |
flag | , | ||
team | |||
) |
Definition at line 97 of file dom.csc.
References get_base_fx(), and play_base_fx().
Referenced by monitor_flag_fx().
function update_cap_fx | ( | localClientNum | , |
flag | , | ||
team | , | ||
progress | |||
) |
Definition at line 129 of file dom.csc.
References get_cap_fx(), and play_cap_fx().
Referenced by monitor_flag_fx().