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

Go to the source code of this file.

Macros

#define ANY_POWER   0
 
#define GLOBAL_POWER_ONLY   2
 
#define IS_DRINKING(_is_drinking)   ( _is_drinking > 0 )
 
#define IS_ZOMBIETEAM(__self)   (__self.team == level.zombie_team)
 
#define LOCAL_POWER_ONLY   1
 

Macro Definition Documentation

◆ ANY_POWER

#define ANY_POWER   0

Definition at line 7 of file zm.gsh.

◆ GLOBAL_POWER_ONLY

#define GLOBAL_POWER_ONLY   2

Definition at line 9 of file zm.gsh.

◆ IS_DRINKING

#define IS_DRINKING (   _is_drinking)    ( _is_drinking > 0 )

Definition at line 1 of file zm.gsh.

◆ IS_ZOMBIETEAM

#define IS_ZOMBIETEAM (   __self)    (__self.team == level.zombie_team)

Definition at line 2 of file zm.gsh.

◆ LOCAL_POWER_ONLY

#define LOCAL_POWER_ONLY   1

Definition at line 8 of file zm.gsh.