DIFF

class FeatureTimeAccelDIAG_DEVELOPERSource

Members 4

static ref map<int,int> m_Mapping = new map<int,int>()DIAG_DEVELOPER
static ref array<int> m_IDs = new array<int>()DIAG_DEVELOPER
Referenced by Bind(), and GetTimeAccelBitmask()
static bool m_Initializeded = Init()DIAG_DEVELOPER

Methods 11

static bool Init()DIAG_DEVELOPER
References Bind()
static void Bind(DiagMenuIDs id, ETimeAccelCategories catBit)DIAG_DEVELOPER
References array.Insert(), map.Insert(), m_IDs
Show 1 more, m_Mapping
Referenced by Init()
static int GetCategoryByDiagID(DiagMenuIDs id)DIAG_DEVELOPER
References map.Get(), and m_Mapping
Referenced by WriteCategoryBit()
static int GetDiagIDByCategory(ETimeAccelCategories category)DIAG_DEVELOPER
References map.Count(), map.GetElement(), map.GetKey()
Show 1 more, m_Mapping
static void CopyTimeAccelClipboard(bool enable, int timeAccelBig, float timeAccelSmall, int bitMask)DIAG_DEVELOPER
static int GetTimeAccelBitmask()DIAG_DEVELOPER
References WriteCategoryBit(), and m_IDs
static void WriteCategoryBit(out int bitmask, int diagMenuID)DIAG_DEVELOPER
Referenced by GetTimeAccelBitmask()
static void SendTimeAccel(Man player, TimeAccelParam param)DIAG_DEVELOPER