![]() |
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 | add_round_score_event (score, notify_string, client_notify_string) |
| function | add_score_event (score, notify_string, client_notify_string) |
| function | add_timed_event (seconds, notify_string, client_notify_string) |
| function | any_team_reach_score (score) |
| function | event_notify (notify_string, client_notify_string) |
| function | score_event_monitor (score, notify_string, client_notify_string) |
| function | score_team_event_monitor (score, notify_string, client_notify_string) |
| function | timed_event_monitor (seconds, notify_string, client_notify_string) |
| function add_round_score_event | ( | score | , |
| notify_string | , | ||
| client_notify_string | |||
| ) |
Definition at line 71 of file _events.gsc.
References score_event_monitor(), and score_team_event_monitor().
| function add_score_event | ( | score | , |
| notify_string | , | ||
| client_notify_string | |||
| ) |
Definition at line 54 of file _events.gsc.
References score_event_monitor(), and score_team_event_monitor().
| function add_timed_event | ( | seconds | , |
| notify_string | , | ||
| client_notify_string | |||
| ) |
Definition at line 16 of file _events.gsc.
References timed_event_monitor().
| function any_team_reach_score | ( | score | ) |
Definition at line 89 of file _events.gsc.
Referenced by score_team_event_monitor().
| function event_notify | ( | notify_string | , |
| client_notify_string | |||
| ) |
Definition at line 135 of file _events.gsc.
References clientNotify().
Referenced by score_event_monitor(), score_team_event_monitor(), and timed_event_monitor().
| function score_event_monitor | ( | score | , |
| notify_string | , | ||
| client_notify_string | |||
| ) |
Definition at line 115 of file _events.gsc.
References event_notify().
Referenced by add_round_score_event(), and add_score_event().
| function score_team_event_monitor | ( | score | , |
| notify_string | , | ||
| client_notify_string | |||
| ) |
Definition at line 100 of file _events.gsc.
References any_team_reach_score(), and event_notify().
Referenced by add_round_score_event(), and add_score_event().
| function timed_event_monitor | ( | seconds | , |
| notify_string | , | ||
| client_notify_string | |||
| ) |
Definition at line 30 of file _events.gsc.
References event_notify(), and getTimeRemaining().
Referenced by add_timed_event().