Data Structures | |
| class | Debug |
| class | LogManager |
| class | WeightDebugData |
Functions | |
| static WeightDebugData | GetWeightDebug (EntityAI entity) |
| static void | ClearWeightDebug () |
| static void | PrintAll (EntityAI entity) |
| static void | SetVerbosityFlags (WeightDebugType type) |
Variables | |
| class LogManager | NONE = 0 |
| class LogManager | RECALC_FORCED = 1 |
| class LogManager | RECALC_DIRTY = 2 |
| class LogManager | DUMP_STACK = 4 |
| class LogManager | SET_DIRTY_FLAG = 8 |
| class LogManager | EntityAI = 8 |
| class LogManager | m_WeightDebugData = new map<EntityAI, ref WeightDebugData>() |
| static WeightDebugType | m_VerbosityFlags |
|
static |
References m_WeightDebugData.
|
static |
References m_WeightDebugData.
|
static |
References GameInventory::EnumerateInventory(), and m_WeightDebugData.
|
static |
References m_VerbosityFlags.
| class LogManager DUMP_STACK = 4 |
| class LogManager EntityAI = 8 |
|
static |
Referenced by SetVerbosityFlags().
| class LogManager m_WeightDebugData = new map<EntityAI, ref WeightDebugData>() |
Referenced by ClearWeightDebug(), GetWeightDebug(), and PrintAll().
| class LogManager NONE = 0 |
| class LogManager RECALC_DIRTY = 2 |
| class LogManager RECALC_FORCED = 1 |
| class LogManager SET_DIRTY_FLAG = 8 |