DIFF

class ModifierDebugObjSource

Constructors 1

void ModifierDebugObj(int id, string name, bool active, bool locked)
References m_ID, m_IsActive, m_IsLocked
Show 1 more, m_Name

Members 4

string m_Name
Referenced by GetName(), and ModifierDebugObj()
int m_ID
Referenced by GetID(), and ModifierDebugObj()
bool m_IsActive
Referenced by IsActive(), and ModifierDebugObj()
bool m_IsLocked
Referenced by IsLocked(), and ModifierDebugObj()

Methods 4

string GetName()
References m_Name
int GetID()
References m_ID
bool IsActive()
References m_IsActive
bool IsLocked()
References m_IsLocked