![]() |
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_to_ent (ent, trig) |
function | death_monitor (ent, ender) |
function | ent_already_in (trig) |
function | function_thread (ent, on_enter_payload, on_exit_payload) |
function | remove_from_ent (ent, trig) |
function add_to_ent | ( | ent | , |
trig | |||
) |
Definition at line 62 of file trigger_shared.csc.
Referenced by function_thread().
function death_monitor | ( | ent | , |
ender | |||
) |
Definition at line 87 of file trigger_shared.csc.
References remove_from_ent().
function ent_already_in | ( | trig | ) |
Definition at line 42 of file trigger_shared.csc.
Referenced by function_thread().
function function_thread | ( | ent | , |
on_enter_payload | , | ||
on_exit_payload | |||
) |
Definition at line 6 of file trigger_shared.csc.
References add_to_ent(), ent_already_in(), remove_from_ent(), and WAIT_CLIENT_FRAME.
Referenced by audio_material_trigger(), audio_step_trigger(), delayed_jump_pad_start(), setupWaterfall(), setupWaterfallMist(), and thread_bump_trigger().
function remove_from_ent | ( | ent | , |
trig | |||
) |
Definition at line 72 of file trigger_shared.csc.
Referenced by death_monitor(), and function_thread().