Description
Get the map of key bindings. Used primarily in the DXScriptFunction class.
std::multimap<const char, DXScriptDef*> *getKeyBindings(void)
Parameters
None.
Returns
Address of the key bindings data.
Example
std::multimap<const char, DXScriptDef*> *keyMap = NULL; keyMap = dxscr->getKeyBindings();