![]() |
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.
Macros | |
#define | SHOUTCASTER_SETTING_ALLIES_COLOR_ID "shoutcaster_fe_team1_color" |
#define | SHOUTCASTER_SETTING_AXIS_COLOR_ID "shoutcaster_fe_team2_color" |
#define | SHOUTCASTER_SETTING_FLIP_SCORE_PANEL "shoutcaster_flip_scorepanel" |
#define | SHOUTCASTER_SETTING_TEAM_IDENTITY "shoutcaster_team_identity" |
Functions | |
function | get_color_fx (localClientNum, script_bundle) |
function | get_team_color_fx (localClientNum, team, script_bundle) |
function | get_team_color_id (localClientNum, team) |
function | is_friendly (localClientNum) |
function | is_shoutcaster (localClientNum) |
function | is_shoutcaster_using_team_identity (localClientNum) |
#define SHOUTCASTER_SETTING_ALLIES_COLOR_ID "shoutcaster_fe_team1_color" |
Definition at line 8 of file _shoutcaster.csc.
#define SHOUTCASTER_SETTING_AXIS_COLOR_ID "shoutcaster_fe_team2_color" |
Definition at line 9 of file _shoutcaster.csc.
#define SHOUTCASTER_SETTING_FLIP_SCORE_PANEL "shoutcaster_flip_scorepanel" |
Definition at line 10 of file _shoutcaster.csc.
#define SHOUTCASTER_SETTING_TEAM_IDENTITY "shoutcaster_team_identity" |
Definition at line 7 of file _shoutcaster.csc.
function get_color_fx | ( | localClientNum | , |
script_bundle | |||
) |
Definition at line 38 of file _shoutcaster.csc.
References get_team_color_fx().
Referenced by get_shoutcaster_fx(), and setup_fx().
function get_team_color_fx | ( | localClientNum | , |
team | , | ||
script_bundle | |||
) |
Definition at line 32 of file _shoutcaster.csc.
References get_team_color_id().
Referenced by get_color_fx().
function get_team_color_id | ( | localClientNum | , |
team | |||
) |
Definition at line 22 of file _shoutcaster.csc.
References SHOUTCASTER_SETTING_ALLIES_COLOR_ID, and SHOUTCASTER_SETTING_AXIS_COLOR_ID.
Referenced by get_team_color_fx().
function is_friendly | ( | localClientNum | ) |
Definition at line 46 of file _shoutcaster.csc.
References SHOUTCASTER_SETTING_FLIP_SCORE_PANEL.
function is_shoutcaster | ( | localClientNum | ) |
Definition at line 12 of file _shoutcaster.csc.
Referenced by get_fx_state(), is_shoutcaster_using_team_identity(), and setup_hardpoint_fx().
function is_shoutcaster_using_team_identity | ( | localClientNum | ) |
Definition at line 17 of file _shoutcaster.csc.
References is_shoutcaster(), and SHOUTCASTER_SETTING_TEAM_IDENTITY.
Referenced by setup_fx(), and setup_hardpoint_fx().