DIFF

class KeyBindingSource

Constructors 1

void KeyBinding(int ui_id, int key1, int key2, string call_target, string call_function, string info_bind, string info_description)

Members 7

private int m_ActiveUIMenuID
Referenced by GetUIMenuID(), and KeyBinding()
private int m_Key1
Referenced by GetKey1(), and KeyBinding()
private int m_Key2
Referenced by GetKey2(), and KeyBinding()
private string m_CallbackTarget
private string m_CallbackFunction
private string m_InfoKeys
Referenced by GetInfoBind(), and KeyBinding()
private string m_InfoDescription

Methods 7

int GetUIMenuID()
References m_ActiveUIMenuID
int GetKey1()
References m_Key1
int GetKey2()
References m_Key2
string GetCallbackTarget()
References m_CallbackTarget
string GetCallbackFunction()
string GetInfoBind()
References m_InfoKeys
string GetInfoDescription()