|  | 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 | __init__ () | 
| function | add_zombie_craftable (craftable_name) | 
| function | include_zombie_craftable (craftable_name) | 
| function | init () | 
| function | set_clientfield_craftables_code_callbacks () | 
| function | set_craftable_clientfield (localClientNum) | 
| function | set_piece_count (n_count) | 
| function __init__ | ( | ) | 
Definition at line 20 of file _zm_craftables.csc.
References on_finalize_initialization(), and set_craftable_clientfield().
| function add_zombie_craftable | ( | craftable_name | ) | 
Definition at line 45 of file _zm_craftables.csc.
Referenced by __init__(), and init().
| function include_zombie_craftable | ( | craftable_name | ) | 
Definition at line 77 of file _zm_craftables.csc.
Referenced by __init__(), and init().
| function init | ( | ) | 
Definition at line 35 of file _zm_craftables.csc.
| function set_clientfield_craftables_code_callbacks | ( | ) | 
Definition at line 67 of file _zm_craftables.csc.
References CLIENTFIELD_CRAFTABLE.
| function set_craftable_clientfield | ( | localClientNum | ) | 
Definition at line 26 of file _zm_craftables.csc.
References set_piece_count().
Referenced by __init__().
| function set_piece_count | ( | n_count | ) | 
Definition at line 87 of file _zm_craftables.csc.
References CLIENTFIELD_CRAFTABLE, and VERSION_SHIP.
Referenced by set_craftable_clientfield().