‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_events.gsc File Reference

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 Documentation

◆ add_round_score_event()

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().

◆ add_score_event()

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().

◆ add_timed_event()

function add_timed_event ( seconds  ,
notify_string  ,
client_notify_string   
)

Definition at line 16 of file _events.gsc.

References timed_event_monitor().

◆ any_team_reach_score()

function any_team_reach_score ( score  )

Definition at line 89 of file _events.gsc.

Referenced by score_team_event_monitor().

◆ event_notify()

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().

◆ score_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().

◆ score_team_event_monitor()

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().

◆ timed_event_monitor()

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().