‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
zm.gsh
Go to the documentation of this file.
1 #define IS_DRINKING(_is_drinking) ( _is_drinking > 0 )
2 #define IS_ZOMBIETEAM(__self) (__self.team == level.zombie_team)
3 
4 //=============================================================================
5 // _zm_power power sources
6 
7 #define ANY_POWER 0
8 #define LOCAL_POWER_ONLY 1
9 #define GLOBAL_POWER_ONLY 2
10