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

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 Documentation

◆ add_to_ent()

function add_to_ent ( ent  ,
trig   
)

Definition at line 62 of file trigger_shared.csc.

Referenced by function_thread().

◆ death_monitor()

function death_monitor ( ent  ,
ender   
)

Definition at line 87 of file trigger_shared.csc.

References remove_from_ent().

◆ ent_already_in()

function ent_already_in ( trig  )

Definition at line 42 of file trigger_shared.csc.

Referenced by function_thread().

◆ function_thread()

function function_thread ( ent  ,
on_enter_payload  ,
on_exit_payload   
)

◆ remove_from_ent()

function remove_from_ent ( ent  ,
trig   
)

Definition at line 72 of file trigger_shared.csc.

Referenced by death_monitor(), and function_thread().