class WeightDebugSource
Members 2
private static ref map<EntityAI, ref WeightDebugData> m_WeightDebugData = new map<EntityAI, ref WeightDebugData>()static WeightDebugType m_VerbosityFlagsMethods 4
static WeightDebugData GetWeightDebug(EntityAI entity)static void ClearWeightDebug()Referenced by EntityAI.OnAction()
static void PrintAll(EntityAI entity)References array.Count(), GameInventory.EnumerateInventory(), array.Get()
Show 4 more
, map.Get(), EntityAI.GetInventory(), WeightDebugData.Output(), and m_WeightDebugDataReferenced by EntityAI.OnAction()
static void SetVerbosityFlags(WeightDebugType type)References m_VerbosityFlags
Referenced by EntityAI.OnAction()