nuclide/Source/gs-entbase/server/defs.h

30 lines
446 B
C

/***
*
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
*
* See the file LICENSE attached with the sources for usage details.
*
****/
#define GS_DEVELOPER
.float gflags;
enumflags
{
GF_USABLE,
GF_CANRESPAWN,
GF_CANBLEED,
GF_USE_RELEASED,
GF_BUFF_BLEED,
GF_BUFF_COMPUSURE,
GF_BUFF_WILLPOWER,
GF_CARRIES_FLAG,
GF_IN_VEHICLE,
GF_IS_HEALING,
GF_FROZEN,
GF_TORCH,
GF_SEMI_TOGGLED,
GF_BLOCKING,
GF_BOT_POI
};