|
OpenMW
|
Functions | |
| void | registerExtensions (Extensions &extensions) |
Variables | |
| const int | opcodeXBox = 0x200000c |
| const int | opcodeOnActivate = 0x200000d |
| const int | opcodeActivate = 0x2000075 |
| const int | opcodeLock = 0x20004 |
| const int | opcodeLockExplicit = 0x20005 |
| const int | opcodeUnlock = 0x200008c |
| const int | opcodeUnlockExplicit = 0x200008d |
| const int | opcodeToggleCollisionDebug = 0x2000132 |
| const int | opcodeToggleCollisionBoxes = 0x20001ac |
| const int | opcodeToggleWireframe = 0x200013b |
| const int | opcodeFadeIn = 0x200013c |
| const int | opcodeFadeOut = 0x200013d |
| const int | opcodeFadeTo = 0x200013e |
| const int | opcodeToggleWater = 0x2000144 |
| const int | opcodeTogglePathgrid = 0x2000146 |
| const int | opcodeDontSaveObject = 0x2000153 |
| const int | opcodeToggleVanityMode = 0x2000174 |
| const int | opcodeGetPcSleep = 0x200019f |
| const int | opcodeWakeUpPc = 0x20001a2 |
| const int | opcodeGetLocked = 0x20001c7 |
| const int | opcodeGetLockedExplicit = 0x20001c8 |
| const int | opcodeGetEffect = 0x20001cf |
| const int | opcodeGetEffectExplicit = 0x20001d0 |
| const int | opcodeAddSoulGem = 0x20001f3 |
| const int | opcodeAddSoulGemExplicit = 0x20001f4 |
| const int | opcodeRemoveSoulGem = 0x20001f5 |
| const int | opcodeRemoveSoulGemExplicit = 0x20001f6 |
| const int | opcodeDrop = 0x20001f8 |
| const int | opcodeDropExplicit = 0x20001f9 |
| const int | opcodeDropSoulGem = 0x20001fa |
| const int | opcodeDropSoulGemExplicit = 0x20001fb |
| const int | opcodeGetAttacked = 0x20001d3 |
| const int | opcodeGetAttackedExplicit = 0x20001d4 |
| const int | opcodeGetWeaponDrawn = 0x20001d7 |
| const int | opcodeGetWeaponDrawnExplicit = 0x20001d8 |
| const int | opcodeGetSpellEffects = 0x20001db |
| const int | opcodeGetSpellEffectsExplicit = 0x20001dc |
| const int | opcodeGetCurrentTime = 0x20001dd |
| const int | opcodeSetDelete = 0x20001e5 |
| const int | opcodeSetDeleteExplicit = 0x20001e6 |
| const int | opcodeGetSquareRoot = 0x20001e7 |
| const int | opcodeFall = 0x200020a |
| const int | opcodeFallExplicit = 0x200020b |
| const int | opcodeGetStandingPc = 0x200020c |
| const int | opcodeGetStandingPcExplicit = 0x200020d |
| const int | opcodeGetStandingActor = 0x200020e |
| const int | opcodeGetStandingActorExplicit = 0x200020f |
| const int | opcodeGetWindSpeed = 0x2000212 |
| const int | opcodePlayBink = 0x20001f7 |
| const int | opcodeHitOnMe = 0x2000213 |
| const int | opcodeHitOnMeExplicit = 0x2000214 |
| const int | opcodeDisableTeleporting = 0x2000215 |
| const int | opcodeEnableTeleporting = 0x2000216 |
| const int | opcodeShowVars = 0x200021d |
| const int | opcodeShowVarsExplicit = 0x200021e |
| const int | opcodeToggleGodMode = 0x200021f |
| const int | opcodeDisableLevitation = 0x2000220 |
| const int | opcodeEnableLevitation = 0x2000221 |
| void Compiler::Misc::registerExtensions | ( | Extensions & | extensions | ) |
| const int Compiler::Misc::opcodeActivate = 0x2000075 |
| const int Compiler::Misc::opcodeAddSoulGem = 0x20001f3 |
| const int Compiler::Misc::opcodeAddSoulGemExplicit = 0x20001f4 |
| const int Compiler::Misc::opcodeDisableLevitation = 0x2000220 |
| const int Compiler::Misc::opcodeDisableTeleporting = 0x2000215 |
| const int Compiler::Misc::opcodeDontSaveObject = 0x2000153 |
| const int Compiler::Misc::opcodeDrop = 0x20001f8 |
| const int Compiler::Misc::opcodeDropExplicit = 0x20001f9 |
| const int Compiler::Misc::opcodeDropSoulGem = 0x20001fa |
| const int Compiler::Misc::opcodeDropSoulGemExplicit = 0x20001fb |
| const int Compiler::Misc::opcodeEnableLevitation = 0x2000221 |
| const int Compiler::Misc::opcodeEnableTeleporting = 0x2000216 |
| const int Compiler::Misc::opcodeFadeIn = 0x200013c |
| const int Compiler::Misc::opcodeFadeOut = 0x200013d |
| const int Compiler::Misc::opcodeFadeTo = 0x200013e |
| const int Compiler::Misc::opcodeFall = 0x200020a |
| const int Compiler::Misc::opcodeFallExplicit = 0x200020b |
| const int Compiler::Misc::opcodeGetAttacked = 0x20001d3 |
| const int Compiler::Misc::opcodeGetAttackedExplicit = 0x20001d4 |
| const int Compiler::Misc::opcodeGetCurrentTime = 0x20001dd |
| const int Compiler::Misc::opcodeGetEffect = 0x20001cf |
| const int Compiler::Misc::opcodeGetEffectExplicit = 0x20001d0 |
| const int Compiler::Misc::opcodeGetLocked = 0x20001c7 |
| const int Compiler::Misc::opcodeGetLockedExplicit = 0x20001c8 |
| const int Compiler::Misc::opcodeGetPcSleep = 0x200019f |
| const int Compiler::Misc::opcodeGetSpellEffects = 0x20001db |
| const int Compiler::Misc::opcodeGetSpellEffectsExplicit = 0x20001dc |
| const int Compiler::Misc::opcodeGetSquareRoot = 0x20001e7 |
| const int Compiler::Misc::opcodeGetStandingActor = 0x200020e |
| const int Compiler::Misc::opcodeGetStandingActorExplicit = 0x200020f |
| const int Compiler::Misc::opcodeGetStandingPc = 0x200020c |
| const int Compiler::Misc::opcodeGetStandingPcExplicit = 0x200020d |
| const int Compiler::Misc::opcodeGetWeaponDrawn = 0x20001d7 |
| const int Compiler::Misc::opcodeGetWeaponDrawnExplicit = 0x20001d8 |
| const int Compiler::Misc::opcodeGetWindSpeed = 0x2000212 |
| const int Compiler::Misc::opcodeHitOnMe = 0x2000213 |
| const int Compiler::Misc::opcodeHitOnMeExplicit = 0x2000214 |
| const int Compiler::Misc::opcodeLock = 0x20004 |
| const int Compiler::Misc::opcodeLockExplicit = 0x20005 |
| const int Compiler::Misc::opcodeOnActivate = 0x200000d |
| const int Compiler::Misc::opcodePlayBink = 0x20001f7 |
| const int Compiler::Misc::opcodeRemoveSoulGem = 0x20001f5 |
| const int Compiler::Misc::opcodeRemoveSoulGemExplicit = 0x20001f6 |
| const int Compiler::Misc::opcodeSetDelete = 0x20001e5 |
| const int Compiler::Misc::opcodeSetDeleteExplicit = 0x20001e6 |
| const int Compiler::Misc::opcodeShowVars = 0x200021d |
| const int Compiler::Misc::opcodeShowVarsExplicit = 0x200021e |
| const int Compiler::Misc::opcodeToggleCollisionBoxes = 0x20001ac |
| const int Compiler::Misc::opcodeToggleCollisionDebug = 0x2000132 |
| const int Compiler::Misc::opcodeToggleGodMode = 0x200021f |
| const int Compiler::Misc::opcodeTogglePathgrid = 0x2000146 |
| const int Compiler::Misc::opcodeToggleVanityMode = 0x2000174 |
| const int Compiler::Misc::opcodeToggleWater = 0x2000144 |
| const int Compiler::Misc::opcodeToggleWireframe = 0x200013b |
| const int Compiler::Misc::opcodeUnlock = 0x200008c |
| const int Compiler::Misc::opcodeUnlockExplicit = 0x200008d |
| const int Compiler::Misc::opcodeWakeUpPc = 0x20001a2 |
| const int Compiler::Misc::opcodeXBox = 0x200000c |
1.7.6.1