![]() |
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.
Macros | |
#define | CLIENTFIELD_CRAFTABLE "craftable" |
#define | CLIENTFIELD_CRAFTABLE_PIECE_NONE 0 |
#define | CRAFTABLE_INVALID_CHOICE -1 |
#define | CRAFTABLE_IS_SHARED 1 |
#define | CRAFTABLE_NEED_ALL_PIECES 1 |
#define | CRAFTABLE_OBTAINED 1 |
#define | DELETE_TRIGGER 1 |
#define | KEEP_TRIGGER 0 |
#define | ONE_TIME_CRAFT 0 |
#define | ONE_USE_AND_FLY 2 |
#define | PERSISTENT 1 |
#define | UNCRAFT 3 |
#define CLIENTFIELD_CRAFTABLE "craftable" |
Definition at line 4 of file _zm_craftables.gsh.
#define CLIENTFIELD_CRAFTABLE_PIECE_NONE 0 |
Definition at line 1 of file _zm_craftables.gsh.
#define CRAFTABLE_INVALID_CHOICE -1 |
Definition at line 20 of file _zm_craftables.gsh.
#define CRAFTABLE_IS_SHARED 1 |
Definition at line 17 of file _zm_craftables.gsh.
#define CRAFTABLE_NEED_ALL_PIECES 1 |
Definition at line 18 of file _zm_craftables.gsh.
#define CRAFTABLE_OBTAINED 1 |
Definition at line 16 of file _zm_craftables.gsh.
#define DELETE_TRIGGER 1 |
Definition at line 7 of file _zm_craftables.gsh.
#define KEEP_TRIGGER 0 |
Definition at line 8 of file _zm_craftables.gsh.
#define ONE_TIME_CRAFT 0 |
Definition at line 14 of file _zm_craftables.gsh.
#define ONE_USE_AND_FLY 2 |
Definition at line 12 of file _zm_craftables.gsh.
#define PERSISTENT 1 |
Definition at line 13 of file _zm_craftables.gsh.
#define UNCRAFT 3 |
Definition at line 11 of file _zm_craftables.gsh.