![]() |
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 | _network_safe_play_fx_on_tag (fx, entity, tag) |
function | _network_safe_spawn (classname, origin) |
function | network_choke_action (id, choke_action, arg1, arg2, arg3) |
function | network_choke_init (id, max) |
function | network_choke_safe (id) |
function | network_choke_thread (id) |
function | network_entity_valid (entity) |
function | network_safe_init (id, max) |
function | network_safe_play_fx_on_tag (id, max, fx, entity, tag) |
function | network_safe_spawn (id, max, classname, origin) |
function _network_safe_play_fx_on_tag | ( | fx | , |
entity | , | ||
tag | |||
) |
Definition at line 100 of file _zm_net.gsc.
References network_entity_valid().
Referenced by network_safe_play_fx_on_tag().
function _network_safe_spawn | ( | classname | , |
origin | |||
) |
function network_choke_action | ( | id | , |
choke_action | , | ||
arg1 | , | ||
arg2 | , | ||
arg3 | |||
) |
Definition at line 38 of file _zm_net.gsc.
References network_choke_safe(), and WAIT_SERVER_FRAME.
Referenced by network_safe_play_fx_on_tag(), and network_safe_spawn().
function network_choke_init | ( | id | , |
max | |||
) |
Definition at line 9 of file _zm_net.gsc.
References network_choke_thread().
Referenced by network_safe_init().
function network_choke_safe | ( | id | ) |
Definition at line 33 of file _zm_net.gsc.
Referenced by network_choke_action().
function network_choke_thread | ( | id | ) |
Definition at line 23 of file _zm_net.gsc.
References wait_network_frame().
Referenced by network_choke_init().
function network_entity_valid | ( | entity | ) |
Definition at line 67 of file _zm_net.gsc.
Referenced by _network_safe_play_fx_on_tag().
function network_safe_init | ( | id | , |
max | |||
) |
Definition at line 77 of file _zm_net.gsc.
References network_choke_init().
Referenced by network_safe_play_fx_on_tag(), and network_safe_spawn().
function network_safe_play_fx_on_tag | ( | id | , |
max | , | ||
fx | , | ||
entity | , | ||
tag | |||
) |
Definition at line 108 of file _zm_net.gsc.
References _network_safe_play_fx_on_tag(), network_choke_action(), and network_safe_init().
Referenced by lc_play_death_fx(), and zombie_tesla_head_gib().
function network_safe_spawn | ( | id | , |
max | , | ||
classname | , | ||
origin | |||
) |
Definition at line 93 of file _zm_net.gsc.
References _network_safe_spawn(), network_choke_action(), and network_safe_init().
Referenced by powerup_drop(), and specific_powerup_drop().