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

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 Documentation

◆ _network_safe_play_fx_on_tag()

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

◆ _network_safe_spawn()

function _network_safe_spawn ( classname  ,
origin   
)

Definition at line 88 of file _zm_net.gsc.

References spawn().

Referenced by network_safe_spawn().

◆ network_choke_action()

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

◆ network_choke_init()

function network_choke_init ( id  ,
max   
)

Definition at line 9 of file _zm_net.gsc.

References network_choke_thread().

Referenced by network_safe_init().

◆ network_choke_safe()

function network_choke_safe ( id  )

Definition at line 33 of file _zm_net.gsc.

Referenced by network_choke_action().

◆ network_choke_thread()

function network_choke_thread ( id  )

Definition at line 23 of file _zm_net.gsc.

References wait_network_frame().

Referenced by network_choke_init().

◆ network_entity_valid()

function network_entity_valid ( entity  )

Definition at line 67 of file _zm_net.gsc.

Referenced by _network_safe_play_fx_on_tag().

◆ network_safe_init()

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

◆ network_safe_play_fx_on_tag()

function network_safe_play_fx_on_tag ( id  ,
max  ,
fx  ,
entity  ,
tag   
)

◆ network_safe_spawn()

function network_safe_spawn ( id  ,
max  ,
classname  ,
origin   
)