‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_player.gsc
Go to the documentation of this file.
1 #using scripts\shared\callbacks_shared;
2 #using scripts\shared\system_shared;
3 
4 #insert scripts\shared\shared.gsh;
5 #insert scripts\zm\_zm_player.gsh;
6 
7 #namespace zm_player;
8 
9 ‪REGISTER_SYSTEM( "zm_player", &‪__init__, undefined )
10 
11 function ‪__init__()
12 {
13 }
‪__init__
‪function __init__()
Definition: _zm_player.gsc:11
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204