OpenMW
|
Functions | |
void | registerExtensions (Extensions &extensions) |
Variables | |
const int | numberOfAttributes = 8 |
const int | numberOfDynamics = 3 |
const int | numberOfSkills = 27 |
const int | opcodeGetAttribute = 0x2000027 |
const int | opcodeGetAttributeExplicit = 0x200002f |
const int | opcodeSetAttribute = 0x2000037 |
const int | opcodeSetAttributeExplicit = 0x200003f |
const int | opcodeModAttribute = 0x2000047 |
const int | opcodeModAttributeExplicit = 0x200004f |
const int | opcodeGetDynamic = 0x2000057 |
const int | opcodeGetDynamicExplicit = 0x200005a |
const int | opcodeSetDynamic = 0x200005d |
const int | opcodeSetDynamicExplicit = 0x2000060 |
const int | opcodeModDynamic = 0x2000063 |
const int | opcodeModDynamicExplicit = 0x2000066 |
const int | opcodeModCurrentDynamic = 0x2000069 |
const int | opcodeModCurrentDynamicExplicit = 0x200006c |
const int | opcodeGetDynamicGetRatio = 0x200006f |
const int | opcodeGetDynamicGetRatioExplicit = 0x2000072 |
const int | opcodeGetSkill = 0x200008e |
const int | opcodeGetSkillExplicit = 0x20000a9 |
const int | opcodeSetSkill = 0x20000c4 |
const int | opcodeSetSkillExplicit = 0x20000df |
const int | opcodeModSkill = 0x20000fa |
const int | opcodeModSkillExplicit = 0x2000115 |
const int | opcodeGetPCCrimeLevel = 0x20001ec |
const int | opcodeSetPCCrimeLevel = 0x20001ed |
const int | opcodeModPCCrimeLevel = 0x20001ee |
const int | opcodeAddSpell = 0x2000147 |
const int | opcodeAddSpellExplicit = 0x2000148 |
const int | opcodeRemoveSpell = 0x2000149 |
const int | opcodeRemoveSpellExplicit = 0x200014a |
const int | opcodeGetSpell = 0x200014b |
const int | opcodeGetSpellExplicit = 0x200014c |
const int | opcodePCRaiseRank = 0x2000b |
const int | opcodePCLowerRank = 0x2000c |
const int | opcodePCJoinFaction = 0x2000d |
const int | opcodeGetPCRank = 0x2000e |
const int | opcodeGetPCRankExplicit = 0x2000f |
const int | opcodeModDisposition = 0x200014d |
const int | opcodeModDispositionExplicit = 0x200014e |
const int | opcodeSetDisposition = 0x20001a4 |
const int | opcodeSetDispositionExplicit = 0x20001a5 |
const int | opcodeGetDisposition = 0x20001a6 |
const int | opcodeGetDispositionExplicit = 0x20001a7 |
const int | opcodeGetLevel = 0x200018c |
const int | opcodeGetLevelExplicit = 0x200018d |
const int | opcodeSetLevel = 0x200018e |
const int | opcodeSetLevelExplicit = 0x200018f |
const int | opcodeGetDeadCount = 0x20001a3 |
const int | opcodeGetPCFacRep = 0x20012 |
const int | opcodeGetPCFacRepExplicit = 0x20013 |
const int | opcodeSetPCFacRep = 0x20014 |
const int | opcodeSetPCFacRepExplicit = 0x20015 |
const int | opcodeModPCFacRep = 0x20016 |
const int | opcodeModPCFacRepExplicit = 0x20017 |
const int | opcodeGetCommonDisease = 0x20001a8 |
const int | opcodeGetCommonDiseaseExplicit = 0x20001a9 |
const int | opcodeGetBlightDisease = 0x20001aa |
const int | opcodeGetBlightDiseaseExplicit = 0x20001ab |
const int | opcodeGetRace = 0x20001d9 |
const int | opcodeGetRaceExplicit = 0x20001da |
const int | opcodePcExpelled = 0x20018 |
const int | opcodePcExpelledExplicit = 0x20019 |
const int | opcodePcExpell = 0x2001a |
const int | opcodePcExpellExplicit = 0x2001b |
const int | opcodePcClearExpelled = 0x2001c |
const int | opcodePcClearExpelledExplicit = 0x2001d |
const int | opcodeRaiseRank = 0x20001e8 |
const int | opcodeRaiseRankExplicit = 0x20001e9 |
const int | opcodeLowerRank = 0x20001ea |
const int | opcodeLowerRankExplicit = 0x20001eb |
const int | opcodeOnDeath = 0x20001fc |
const int | opcodeOnDeathExplicit = 0x2000205 |
const int | opcodeBecomeWerewolf = 0x2000217 |
const int | opcodeBecomeWerewolfExplicit = 0x2000218 |
const int | opcodeUndoWerewolf = 0x2000219 |
const int | opcodeUndoWerewolfExplicit = 0x200021a |
const int | opcodeSetWerewolfAcrobatics = 0x200021b |
const int | opcodeSetWerewolfAcrobaticsExplicit = 0x200021c |
const int | opcodeIsWerewolf = 0x20001fd |
const int | opcodeIsWerewolfExplicit = 0x20001fe |
const int | opcodeGetWerewolfKills = 0x20001e2 |
void Compiler::Stats::registerExtensions | ( | Extensions & | extensions | ) |
const int Compiler::Stats::numberOfAttributes = 8 |
const int Compiler::Stats::numberOfDynamics = 3 |
const int Compiler::Stats::numberOfSkills = 27 |
const int Compiler::Stats::opcodeAddSpell = 0x2000147 |
const int Compiler::Stats::opcodeAddSpellExplicit = 0x2000148 |
const int Compiler::Stats::opcodeBecomeWerewolf = 0x2000217 |
const int Compiler::Stats::opcodeBecomeWerewolfExplicit = 0x2000218 |
const int Compiler::Stats::opcodeGetAttribute = 0x2000027 |
const int Compiler::Stats::opcodeGetAttributeExplicit = 0x200002f |
const int Compiler::Stats::opcodeGetBlightDisease = 0x20001aa |
const int Compiler::Stats::opcodeGetBlightDiseaseExplicit = 0x20001ab |
const int Compiler::Stats::opcodeGetCommonDisease = 0x20001a8 |
const int Compiler::Stats::opcodeGetCommonDiseaseExplicit = 0x20001a9 |
const int Compiler::Stats::opcodeGetDeadCount = 0x20001a3 |
const int Compiler::Stats::opcodeGetDisposition = 0x20001a6 |
const int Compiler::Stats::opcodeGetDispositionExplicit = 0x20001a7 |
const int Compiler::Stats::opcodeGetDynamic = 0x2000057 |
const int Compiler::Stats::opcodeGetDynamicExplicit = 0x200005a |
const int Compiler::Stats::opcodeGetDynamicGetRatio = 0x200006f |
const int Compiler::Stats::opcodeGetDynamicGetRatioExplicit = 0x2000072 |
const int Compiler::Stats::opcodeGetLevel = 0x200018c |
const int Compiler::Stats::opcodeGetLevelExplicit = 0x200018d |
const int Compiler::Stats::opcodeGetPCCrimeLevel = 0x20001ec |
const int Compiler::Stats::opcodeGetPCFacRep = 0x20012 |
const int Compiler::Stats::opcodeGetPCFacRepExplicit = 0x20013 |
const int Compiler::Stats::opcodeGetPCRank = 0x2000e |
const int Compiler::Stats::opcodeGetPCRankExplicit = 0x2000f |
const int Compiler::Stats::opcodeGetRace = 0x20001d9 |
const int Compiler::Stats::opcodeGetRaceExplicit = 0x20001da |
const int Compiler::Stats::opcodeGetSkill = 0x200008e |
const int Compiler::Stats::opcodeGetSkillExplicit = 0x20000a9 |
const int Compiler::Stats::opcodeGetSpell = 0x200014b |
const int Compiler::Stats::opcodeGetSpellExplicit = 0x200014c |
const int Compiler::Stats::opcodeGetWerewolfKills = 0x20001e2 |
const int Compiler::Stats::opcodeIsWerewolf = 0x20001fd |
const int Compiler::Stats::opcodeIsWerewolfExplicit = 0x20001fe |
const int Compiler::Stats::opcodeLowerRank = 0x20001ea |
const int Compiler::Stats::opcodeLowerRankExplicit = 0x20001eb |
const int Compiler::Stats::opcodeModAttribute = 0x2000047 |
const int Compiler::Stats::opcodeModAttributeExplicit = 0x200004f |
const int Compiler::Stats::opcodeModCurrentDynamic = 0x2000069 |
const int Compiler::Stats::opcodeModCurrentDynamicExplicit = 0x200006c |
const int Compiler::Stats::opcodeModDisposition = 0x200014d |
const int Compiler::Stats::opcodeModDispositionExplicit = 0x200014e |
const int Compiler::Stats::opcodeModDynamic = 0x2000063 |
const int Compiler::Stats::opcodeModDynamicExplicit = 0x2000066 |
const int Compiler::Stats::opcodeModPCCrimeLevel = 0x20001ee |
const int Compiler::Stats::opcodeModPCFacRep = 0x20016 |
const int Compiler::Stats::opcodeModPCFacRepExplicit = 0x20017 |
const int Compiler::Stats::opcodeModSkill = 0x20000fa |
const int Compiler::Stats::opcodeModSkillExplicit = 0x2000115 |
const int Compiler::Stats::opcodeOnDeath = 0x20001fc |
const int Compiler::Stats::opcodeOnDeathExplicit = 0x2000205 |
const int Compiler::Stats::opcodePcClearExpelled = 0x2001c |
const int Compiler::Stats::opcodePcClearExpelledExplicit = 0x2001d |
const int Compiler::Stats::opcodePcExpell = 0x2001a |
const int Compiler::Stats::opcodePcExpelled = 0x20018 |
const int Compiler::Stats::opcodePcExpelledExplicit = 0x20019 |
const int Compiler::Stats::opcodePcExpellExplicit = 0x2001b |
const int Compiler::Stats::opcodePCJoinFaction = 0x2000d |
const int Compiler::Stats::opcodePCLowerRank = 0x2000c |
const int Compiler::Stats::opcodePCRaiseRank = 0x2000b |
const int Compiler::Stats::opcodeRaiseRank = 0x20001e8 |
const int Compiler::Stats::opcodeRaiseRankExplicit = 0x20001e9 |
const int Compiler::Stats::opcodeRemoveSpell = 0x2000149 |
const int Compiler::Stats::opcodeRemoveSpellExplicit = 0x200014a |
const int Compiler::Stats::opcodeSetAttribute = 0x2000037 |
const int Compiler::Stats::opcodeSetAttributeExplicit = 0x200003f |
const int Compiler::Stats::opcodeSetDisposition = 0x20001a4 |
const int Compiler::Stats::opcodeSetDispositionExplicit = 0x20001a5 |
const int Compiler::Stats::opcodeSetDynamic = 0x200005d |
const int Compiler::Stats::opcodeSetDynamicExplicit = 0x2000060 |
const int Compiler::Stats::opcodeSetLevel = 0x200018e |
const int Compiler::Stats::opcodeSetLevelExplicit = 0x200018f |
const int Compiler::Stats::opcodeSetPCCrimeLevel = 0x20001ed |
const int Compiler::Stats::opcodeSetPCFacRep = 0x20014 |
const int Compiler::Stats::opcodeSetPCFacRepExplicit = 0x20015 |
const int Compiler::Stats::opcodeSetSkill = 0x20000c4 |
const int Compiler::Stats::opcodeSetSkillExplicit = 0x20000df |
const int Compiler::Stats::opcodeSetWerewolfAcrobatics = 0x200021b |
const int Compiler::Stats::opcodeSetWerewolfAcrobaticsExplicit = 0x200021c |
const int Compiler::Stats::opcodeUndoWerewolf = 0x2000219 |
const int Compiler::Stats::opcodeUndoWerewolfExplicit = 0x200021a |