OpenMW
|
Functions | |
void | registerExtensions (Extensions &extensions) |
Variables | |
const int | opcodeEnableBirthMenu = 0x200000e |
const int | opcodeEnableClassMenu = 0x200000f |
const int | opcodeEnableNameMenu = 0x2000010 |
const int | opcodeEnableRaceMenu = 0x2000011 |
const int | opcodeEnableStatsReviewMenu = 0x2000012 |
const int | opcodeEnableInventoryMenu = 0x2000013 |
const int | opcodeEnableMagicMenu = 0x2000014 |
const int | opcodeEnableMapMenu = 0x2000015 |
const int | opcodeEnableStatsMenu = 0x2000016 |
const int | opcodeEnableRest = 0x2000017 |
const int | opcodeShowRestMenu = 0x2000018 |
const int | opcodeGetButtonPressed = 0x2000137 |
const int | opcodeToggleFogOfWar = 0x2000145 |
const int | opcodeToggleFullHelp = 0x2000151 |
const int | opcodeShowMap = 0x20001a0 |
const int | opcodeFillMap = 0x20001a1 |
void Compiler::Gui::registerExtensions | ( | Extensions & | extensions | ) |
const int Compiler::Gui::opcodeEnableBirthMenu = 0x200000e |
const int Compiler::Gui::opcodeEnableClassMenu = 0x200000f |
const int Compiler::Gui::opcodeEnableInventoryMenu = 0x2000013 |
const int Compiler::Gui::opcodeEnableMagicMenu = 0x2000014 |
const int Compiler::Gui::opcodeEnableMapMenu = 0x2000015 |
const int Compiler::Gui::opcodeEnableNameMenu = 0x2000010 |
const int Compiler::Gui::opcodeEnableRaceMenu = 0x2000011 |
const int Compiler::Gui::opcodeEnableRest = 0x2000017 |
const int Compiler::Gui::opcodeEnableStatsMenu = 0x2000016 |
const int Compiler::Gui::opcodeEnableStatsReviewMenu = 0x2000012 |
const int Compiler::Gui::opcodeFillMap = 0x20001a1 |
const int Compiler::Gui::opcodeGetButtonPressed = 0x2000137 |
const int Compiler::Gui::opcodeShowMap = 0x20001a0 |
const int Compiler::Gui::opcodeShowRestMenu = 0x2000018 |
const int Compiler::Gui::opcodeToggleFogOfWar = 0x2000145 |
const int Compiler::Gui::opcodeToggleFullHelp = 0x2000151 |