DDraceNetwork Docs
enums.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  EGameTileOp {
  AIR , HOOKABLE , DEATH , UNHOOKABLE ,
  HOOKTHROUGH , FREEZE , UNFREEZE , DEEP_FREEZE ,
  DEEP_UNFREEZE , BLUE_CHECK_TELE , RED_CHECK_TELE , LIVE_FREEZE ,
  LIVE_UNFREEZE
}
 

Variables

constexpr const char * g_apGametileOpNames []
 

Enumeration Type Documentation

◆ EGameTileOp

enum class EGameTileOp
strong
Enumerator
AIR 
HOOKABLE 
DEATH 
UNHOOKABLE 
HOOKTHROUGH 
FREEZE 
UNFREEZE 
DEEP_FREEZE 
DEEP_UNFREEZE 
BLUE_CHECK_TELE 
RED_CHECK_TELE 
LIVE_FREEZE 
LIVE_UNFREEZE 

Variable Documentation

◆ g_apGametileOpNames

constexpr const char* g_apGametileOpNames[]
constexpr
Initial value:
= {
"Air",
"Hookable",
"Death",
"Unhookable",
"Hookthrough",
"Freeze",
"Unfreeze",
"Deep Freeze",
"Deep Unfreeze",
"Blue Check-Tele",
"Red Check-Tele",
"Live Freeze",
"Live Unfreeze",
}