|
OpenMW
|
Functions | |
| void | registerExtensions (Extensions &extensions) |
Variables | |
| const char * | controls [numberOfControls] |
| const int | numberOfControls = 7 |
| const int | opcodeEnable = 0x200007e |
| const int | opcodeDisable = 0x2000085 |
| const int | opcodeToggleCollision = 0x2000130 |
| const int | opcodeClearForceRun = 0x2000154 |
| const int | opcodeClearForceRunExplicit = 0x2000155 |
| const int | opcodeForceRun = 0x2000156 |
| const int | opcodeForceRunExplicit = 0x2000157 |
| const int | opcodeClearForceSneak = 0x2000158 |
| const int | opcodeClearForceSneakExplicit = 0x2000159 |
| const int | opcodeForceSneak = 0x200015a |
| const int | opcodeForceSneakExplicit = 0x200015b |
| const int | opcodeGetDisabled = 0x2000175 |
| const int | opcodeGetPcRunning = 0x20001c9 |
| const int | opcodeGetPcSneaking = 0x20001ca |
| const int | opcodeGetForceRun = 0x20001cb |
| const int | opcodeGetForceSneak = 0x20001cc |
| const int | opcodeGetForceRunExplicit = 0x20001cd |
| const int | opcodeGetForceSneakExplicit = 0x20001ce |
| void Compiler::Control::registerExtensions | ( | Extensions & | extensions | ) |
| const char * Compiler::Control::controls |
{
"playercontrols", "playerfighting", "playerjumping", "playerlooking", "playermagic",
"playerviewswitch", "vanitymode"
}
| const int Compiler::Control::numberOfControls = 7 |
| const int Compiler::Control::opcodeClearForceRun = 0x2000154 |
| const int Compiler::Control::opcodeClearForceRunExplicit = 0x2000155 |
| const int Compiler::Control::opcodeClearForceSneak = 0x2000158 |
| const int Compiler::Control::opcodeClearForceSneakExplicit = 0x2000159 |
| const int Compiler::Control::opcodeDisable = 0x2000085 |
| const int Compiler::Control::opcodeEnable = 0x200007e |
| const int Compiler::Control::opcodeForceRun = 0x2000156 |
| const int Compiler::Control::opcodeForceRunExplicit = 0x2000157 |
| const int Compiler::Control::opcodeForceSneak = 0x200015a |
| const int Compiler::Control::opcodeForceSneakExplicit = 0x200015b |
| const int Compiler::Control::opcodeGetDisabled = 0x2000175 |
| const int Compiler::Control::opcodeGetForceRun = 0x20001cb |
| const int Compiler::Control::opcodeGetForceRunExplicit = 0x20001cd |
| const int Compiler::Control::opcodeGetForceSneak = 0x20001cc |
| const int Compiler::Control::opcodeGetForceSneakExplicit = 0x20001ce |
| const int Compiler::Control::opcodeGetPcRunning = 0x20001c9 |
| const int Compiler::Control::opcodeGetPcSneaking = 0x20001ca |
| const int Compiler::Control::opcodeToggleCollision = 0x2000130 |
1.7.6.1