Nuclide
Software Development Kit for id Tech
|
Classes | |
class | func_pushable |
Server-Entity: Pushable Brush. More... | |
Macros | |
#define | PUSH_SIZE_POINT_MIN [-8,-8,-8] |
#define | PUSH_SIZE_POINT_MAX [8,8,8] |
#define | PUSH_SIZE_PLAYER_MIN [-16,-16,-36] |
#define | PUSH_SIZE_PLAYER_MAX [16,16,36] |
#define | PUSH_SIZE_BIG_MIN [-32,-32,-72] |
#define | PUSH_SIZE_BIG_MAX [32,32,72] |
#define | PUSH_SIZE_DUCKING_MIN [-16,-16,-18] |
#define | PUSH_SIZE_DUCKING_MAX [16,16,18] |
#define | FNCPUSHABLE_BREAKABLE 128 |
Enumerations | |
enum | pushSize_t { PUSHABLESIZE_POINT , PUSHABLESIZE_PLAYER , PUSHABLESIZE_BIG , PUSHABLESIZE_DUCKING , PUSHABLESIZE_CUSTOM } |
#define FNCPUSHABLE_BREAKABLE 128 |
#define PUSH_SIZE_BIG_MAX [32,32,72] |
#define PUSH_SIZE_BIG_MIN [-32,-32,-72] |
#define PUSH_SIZE_DUCKING_MAX [16,16,18] |
#define PUSH_SIZE_DUCKING_MIN [-16,-16,-18] |
#define PUSH_SIZE_PLAYER_MAX [16,16,36] |
#define PUSH_SIZE_PLAYER_MIN [-16,-16,-36] |
#define PUSH_SIZE_POINT_MAX [8,8,8] |
#define PUSH_SIZE_POINT_MIN [-8,-8,-8] |
enum pushSize_t |