OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
opcodes.hpp
Go to the documentation of this file.
1 #ifndef COMPILER_OPCODES_H
2 #define COMPILER_OPCODES_H
3 
4 namespace Compiler
5 {
6  namespace Ai
7  {
8  const int opcodeAiTravel = 0x20000;
9  const int opcodeAiTravelExplicit = 0x20001;
10  const int opcodeAiEscort = 0x20002;
11  const int opcodeAiEscortExplicit = 0x20003;
12  const int opcodeGetAiPackageDone = 0x200007c;
13  const int opcodeGetAiPackageDoneExplicit = 0x200007d;
14  const int opcodeGetCurrentAiPackage = 0x20001ef;
15  const int opcodeGetCurrentAiPackageExplicit = 0x20001f0;
16  const int opcodeGetDetected = 0x20001f1;
17  const int opcodeGetDetectedExplicit = 0x20001f2;
18  const int opcodeAiWander = 0x20010;
19  const int opcodeAiWanderExplicit = 0x20011;
20  const int opcodeAIActivate = 0x2001e;
21  const int opcodeAIActivateExplicit = 0x2001f;
22  const int opcodeAiEscortCell = 0x20020;
23  const int opcodeAiEscortCellExplicit = 0x20021;
24  const int opcodeAiFollow = 0x20022;
25  const int opcodeAiFollowExplicit = 0x20023;
26  const int opcodeAiFollowCell = 0x20024;
27  const int opcodeAiFollowCellExplicit = 0x20025;
28  const int opcodeSetHello = 0x200015c;
29  const int opcodeSetHelloExplicit = 0x200015d;
30  const int opcodeSetFight = 0x200015e;
31  const int opcodeSetFightExplicit = 0x200015f;
32  const int opcodeSetFlee = 0x2000160;
33  const int opcodeSetFleeExplicit = 0x2000161;
34  const int opcodeSetAlarm = 0x2000162;
35  const int opcodeSetAlarmExplicit = 0x2000163;
36  const int opcodeModHello = 0x20001b7;
37  const int opcodeModHelloExplicit = 0x20001b8;
38  const int opcodeModFight = 0x20001b9;
39  const int opcodeModFightExplicit = 0x20001ba;
40  const int opcodeModFlee = 0x20001bb;
41  const int opcodeModFleeExplicit = 0x20001bc;
42  const int opcodeModAlarm = 0x20001bd;
43  const int opcodeModAlarmExplicit = 0x20001be;
44  const int opcodeGetHello = 0x20001bf;
45  const int opcodeGetHelloExplicit = 0x20001c0;
46  const int opcodeGetFight = 0x20001c1;
47  const int opcodeGetFightExplicit = 0x20001c2;
48  const int opcodeGetFlee = 0x20001c3;
49  const int opcodeGetFleeExplicit = 0x20001c4;
50  const int opcodeGetAlarm = 0x20001c5;
51  const int opcodeGetAlarmExplicit = 0x20001c6;
52  const int opcodeGetLineOfSight = 0x2000222;
53  const int opcodeGetLineOfSightExplicit = 0x2000223;
54  const int opcodeToggleAI = 0x2000224;
55  const int opcodeGetTarget = 0x2000238;
56  const int opcodeGetTargetExplicit = 0x2000239;
57  const int opcodeStartCombat = 0x200023a;
58  const int opcodeStartCombatExplicit = 0x200023b;
59  const int opcodeStopCombat = 0x200023c;
60  const int opcodeStopCombatExplicit = 0x200023d;
61  const int opcodeFace = 0x200024c;
62  const int opcodeFaceExplicit = 0x200024d;
63  }
64 
65  namespace Animation
66  {
67  const int opcodeSkipAnim = 0x2000138;
68  const int opcodeSkipAnimExplicit = 0x2000139;
69  const int opcodePlayAnim = 0x20006;
70  const int opcodePlayAnimExplicit = 0x20007;
71  const int opcodeLoopAnim = 0x20008;
72  const int opcodeLoopAnimExplicit = 0x20009;
73  }
74 
75  namespace Cell
76  {
77  const int opcodeCellChanged = 0x2000000;
78  const int opcodeCOC = 0x2000026;
79  const int opcodeCOE = 0x2000226;
80  const int opcodeGetInterior = 0x2000131;
81  const int opcodeGetPCCell = 0x2000136;
82  const int opcodeGetWaterLevel = 0x2000141;
83  const int opcodeSetWaterLevel = 0x2000142;
84  const int opcodeModWaterLevel = 0x2000143;
85  }
86 
87  namespace Console
88  {
89 
90  }
91 
92  namespace Container
93  {
94  const int opcodeAddItem = 0x2000076;
95  const int opcodeAddItemExplicit = 0x2000077;
96  const int opcodeGetItemCount = 0x2000078;
97  const int opcodeGetItemCountExplicit = 0x2000079;
98  const int opcodeRemoveItem = 0x200007a;
99  const int opcodeRemoveItemExplicit = 0x200007b;
100  const int opcodeEquip = 0x20001b3;
101  const int opcodeEquipExplicit = 0x20001b4;
102  const int opcodeGetArmorType = 0x20001d1;
103  const int opcodeGetArmorTypeExplicit = 0x20001d2;
104  const int opcodeHasItemEquipped = 0x20001d5;
105  const int opcodeHasItemEquippedExplicit = 0x20001d6;
106  const int opcodeHasSoulGem = 0x20001de;
107  const int opcodeHasSoulGemExplicit = 0x20001df;
108  const int opcodeGetWeaponType = 0x20001e0;
109  const int opcodeGetWeaponTypeExplicit = 0x20001e1;
110  }
111 
112  namespace Control
113  {
114  const int numberOfControls = 7;
115 
116  extern const char *controls[numberOfControls];
117 
118  const int opcodeEnable = 0x200007e;
119  const int opcodeDisable = 0x2000085;
120  const int opcodeToggleCollision = 0x2000130;
121  const int opcodeClearForceRun = 0x2000154;
122  const int opcodeClearForceRunExplicit = 0x2000155;
123  const int opcodeForceRun = 0x2000156;
124  const int opcodeForceRunExplicit = 0x2000157;
125  const int opcodeClearForceJump = 0x2000258;
126  const int opcodeClearForceJumpExplicit = 0x2000259;
127  const int opcodeForceJump = 0x200025a;
128  const int opcodeForceJumpExplicit = 0x200025b;
129  const int opcodeClearForceMoveJump = 0x200025c;
130  const int opcodeClearForceMoveJumpExplicit = 0x200025d;
131  const int opcodeForceMoveJump = 0x200025e;
132  const int opcodeForceMoveJumpExplicit = 0x200025f;
133  const int opcodeClearForceSneak = 0x2000158;
134  const int opcodeClearForceSneakExplicit = 0x2000159;
135  const int opcodeForceSneak = 0x200015a;
136  const int opcodeForceSneakExplicit = 0x200015b;
137  const int opcodeGetDisabled = 0x2000175;
138  const int opcodeGetPcRunning = 0x20001c9;
139  const int opcodeGetPcSneaking = 0x20001ca;
140  const int opcodeGetForceRun = 0x20001cb;
141  const int opcodeGetForceSneak = 0x20001cc;
142  const int opcodeGetForceRunExplicit = 0x20001cd;
143  const int opcodeGetForceSneakExplicit = 0x20001ce;
144  const int opcodeGetForceJump = 0x2000260;
145  const int opcodeGetForceMoveJump = 0x2000262;
146  const int opcodeGetForceJumpExplicit = 0x2000261;
147  const int opcodeGetForceMoveJumpExplicit = 0x2000263;
148  }
149 
150  namespace Dialogue
151  {
152  const int opcodeJournal = 0x2000133;
153  const int opcodeSetJournalIndex = 0x2000134;
154  const int opcodeGetJournalIndex = 0x2000135;
155  const int opcodeAddTopic = 0x200013a;
156  const int opcodeChoice = 0x2000a;
157  const int opcodeForceGreeting = 0x200014f;
158  const int opcodeForceGreetingExplicit = 0x2000150;
159  const int opcodeGoodbye = 0x2000152;
160  const int opcodeSetReputation = 0x20001ad;
161  const int opcodeModReputation = 0x20001ae;
162  const int opcodeSetReputationExplicit = 0x20001af;
163  const int opcodeModReputationExplicit = 0x20001b0;
164  const int opcodeGetReputation = 0x20001b1;
165  const int opcodeGetReputationExplicit = 0x20001b2;
166  const int opcodeSameFaction = 0x20001b5;
167  const int opcodeSameFactionExplicit = 0x20001b6;
168  const int opcodeModFactionReaction = 0x2000242;
169  const int opcodeSetFactionReaction = 0x20002ff;
170  const int opcodeGetFactionReaction = 0x2000243;
171  const int opcodeClearInfoActor = 0x2000245;
172  const int opcodeClearInfoActorExplicit = 0x2000246;
173  }
174 
175  namespace Gui
176  {
177  const int opcodeEnableBirthMenu = 0x200000e;
178  const int opcodeEnableClassMenu = 0x200000f;
179  const int opcodeEnableNameMenu = 0x2000010;
180  const int opcodeEnableRaceMenu = 0x2000011;
181  const int opcodeEnableStatsReviewMenu = 0x2000012;
182  const int opcodeEnableInventoryMenu = 0x2000013;
183  const int opcodeEnableMagicMenu = 0x2000014;
184  const int opcodeEnableMapMenu = 0x2000015;
185  const int opcodeEnableStatsMenu = 0x2000016;
186  const int opcodeEnableRest = 0x2000017;
187  const int opcodeEnableLevelupMenu = 0x2000300;
188  const int opcodeShowRestMenu = 0x2000018;
189  const int opcodeShowRestMenuExplicit = 0x2000234;
190  const int opcodeGetButtonPressed = 0x2000137;
191  const int opcodeToggleFogOfWar = 0x2000145;
192  const int opcodeToggleFullHelp = 0x2000151;
193  const int opcodeShowMap = 0x20001a0;
194  const int opcodeFillMap = 0x20001a1;
195  const int opcodeMenuTest = 0x2002c;
196  const int opcodeToggleMenus = 0x200024b;
197  }
198 
199  namespace Misc
200  {
201  const int opcodeXBox = 0x200000c;
202  const int opcodeOnActivate = 0x200000d;
203  const int opcodeOnActivateExplicit = 0x2000306;
204  const int opcodeActivate = 0x2000075;
205  const int opcodeActivateExplicit = 0x2000244;
206  const int opcodeLock = 0x20004;
207  const int opcodeLockExplicit = 0x20005;
208  const int opcodeUnlock = 0x200008c;
209  const int opcodeUnlockExplicit = 0x200008d;
210  const int opcodeToggleCollisionDebug = 0x2000132;
211  const int opcodeToggleCollisionBoxes = 0x20001ac;
212  const int opcodeToggleWireframe = 0x200013b;
213  const int opcodeFadeIn = 0x200013c;
214  const int opcodeFadeOut = 0x200013d;
215  const int opcodeFadeTo = 0x200013e;
216  const int opcodeToggleWater = 0x2000144;
217  const int opcodeToggleWorld = 0x20002f5;
218  const int opcodeTogglePathgrid = 0x2000146;
219  const int opcodeDontSaveObject = 0x2000153;
220  const int opcodePcForce1stPerson = 0x20002f6;
221  const int opcodePcForce3rdPerson = 0x20002f7;
222  const int opcodePcGet3rdPerson = 0x20002f8;
223  const int opcodeToggleVanityMode = 0x2000174;
224  const int opcodeGetPcSleep = 0x200019f;
225  const int opcodeGetPcJumping = 0x2000233;
226  const int opcodeWakeUpPc = 0x20001a2;
227  const int opcodeGetLocked = 0x20001c7;
228  const int opcodeGetLockedExplicit = 0x20001c8;
229  const int opcodeGetEffect = 0x20001cf;
230  const int opcodeGetEffectExplicit = 0x20001d0;
231  const int opcodeBetaComment = 0x2002d;
232  const int opcodeBetaCommentExplicit = 0x2002e;
233  const int opcodeAddSoulGem = 0x20001f3;
234  const int opcodeAddSoulGemExplicit = 0x20001f4;
235  const int opcodeRemoveSoulGem = 0x20027;
236  const int opcodeRemoveSoulGemExplicit = 0x20028;
237  const int opcodeDrop = 0x20001f8;
238  const int opcodeDropExplicit = 0x20001f9;
239  const int opcodeDropSoulGem = 0x20001fa;
240  const int opcodeDropSoulGemExplicit = 0x20001fb;
241  const int opcodeGetAttacked = 0x20001d3;
242  const int opcodeGetAttackedExplicit = 0x20001d4;
243  const int opcodeGetWeaponDrawn = 0x20001d7;
244  const int opcodeGetWeaponDrawnExplicit = 0x20001d8;
245  const int opcodeGetSpellReadied = 0x2000231;
246  const int opcodeGetSpellReadiedExplicit = 0x2000232;
247  const int opcodeGetSpellEffects = 0x20001db;
248  const int opcodeGetSpellEffectsExplicit = 0x20001dc;
249  const int opcodeGetCurrentTime = 0x20001dd;
250  const int opcodeSetDelete = 0x20001e5;
251  const int opcodeSetDeleteExplicit = 0x20001e6;
252  const int opcodeGetSquareRoot = 0x20001e7;
253  const int opcodeFall = 0x200020a;
254  const int opcodeFallExplicit = 0x200020b;
255  const int opcodeGetStandingPc = 0x200020c;
256  const int opcodeGetStandingPcExplicit = 0x200020d;
257  const int opcodeGetStandingActor = 0x200020e;
258  const int opcodeGetStandingActorExplicit = 0x200020f;
259  const int opcodeGetCollidingPc = 0x2000250;
260  const int opcodeGetCollidingPcExplicit = 0x2000251;
261  const int opcodeGetCollidingActor = 0x2000252;
262  const int opcodeGetCollidingActorExplicit = 0x2000253;
263  const int opcodeHurtStandingActor = 0x2000254;
264  const int opcodeHurtStandingActorExplicit = 0x2000255;
265  const int opcodeHurtCollidingActor = 0x2000256;
266  const int opcodeHurtCollidingActorExplicit = 0x2000257;
267  const int opcodeGetWindSpeed = 0x2000212;
268  const int opcodePlayBink = 0x20001f7;
269  const int opcodeGoToJail = 0x2000235;
270  const int opcodePayFine = 0x2000236;
271  const int opcodePayFineThief = 0x2000237;
272  const int opcodeHitOnMe = 0x2000213;
273  const int opcodeHitOnMeExplicit = 0x2000214;
274  const int opcodeHitAttemptOnMe = 0x20002f9;
275  const int opcodeHitAttemptOnMeExplicit = 0x20002fa;
276  const int opcodeDisableTeleporting = 0x2000215;
277  const int opcodeEnableTeleporting = 0x2000216;
278  const int opcodeShowVars = 0x200021d;
279  const int opcodeShowVarsExplicit = 0x200021e;
280  const int opcodeShow = 0x2000304;
281  const int opcodeShowExplicit = 0x2000305;
282  const int opcodeToggleGodMode = 0x200021f;
283  const int opcodeToggleScripts = 0x2000301;
284  const int opcodeDisableLevitation = 0x2000220;
285  const int opcodeEnableLevitation = 0x2000221;
286  const int opcodeCast = 0x2000227;
287  const int opcodeCastExplicit = 0x2000228;
288  const int opcodeExplodeSpell = 0x2000229;
289  const int opcodeExplodeSpellExplicit = 0x200022a;
290  const int opcodeGetPcInJail = 0x200023e;
291  const int opcodeGetPcTraveling = 0x200023f;
292  const int opcodeAddToLevCreature = 0x20002fb;
293  const int opcodeRemoveFromLevCreature = 0x20002fc;
294  const int opcodeAddToLevItem = 0x20002fd;
295  const int opcodeRemoveFromLevItem = 0x20002fe;
296  const int opcodeShowSceneGraph = 0x2002f;
297  const int opcodeShowSceneGraphExplicit = 0x20030;
298  const int opcodeToggleBorders = 0x2000307;
299  }
300 
301  namespace Sky
302  {
303  const int opcodeToggleSky = 0x2000021;
304  const int opcodeTurnMoonWhite = 0x2000022;
305  const int opcodeTurnMoonRed = 0x2000023;
306  const int opcodeGetMasserPhase = 0x2000024;
307  const int opcodeGetSecundaPhase = 0x2000025;
308  const int opcodeGetCurrentWeather = 0x200013f;
309  const int opcodeChangeWeather = 0x2000140;
310  const int opcodeModRegion = 0x20026;
311  }
312 
313  namespace Sound
314  {
315  const int opcodeSay = 0x2000001;
316  const int opcodeSayDone = 0x2000002;
317  const int opcodeStreamMusic = 0x2000003;
318  const int opcodePlaySound = 0x2000004;
319  const int opcodePlaySoundVP = 0x2000005;
320  const int opcodePlaySound3D = 0x2000006;
321  const int opcodePlaySound3DVP = 0x2000007;
322  const int opcodePlayLoopSound3D = 0x2000008;
323  const int opcodePlayLoopSound3DVP = 0x2000009;
324  const int opcodeStopSound = 0x200000a;
325  const int opcodeGetSoundPlaying = 0x200000b;
326 
327  const int opcodeSayExplicit = 0x2000019;
328  const int opcodeSayDoneExplicit = 0x200001a;
329  const int opcodePlaySound3DExplicit = 0x200001b;
330  const int opcodePlaySound3DVPExplicit = 0x200001c;
331  const int opcodePlayLoopSound3DExplicit = 0x200001d;
332  const int opcodePlayLoopSound3DVPExplicit = 0x200001e;
333  const int opcodeStopSoundExplicit = 0x200001f;
334  const int opcodeGetSoundPlayingExplicit = 0x2000020;
335  }
336 
337  namespace Stats
338  {
339  const int numberOfAttributes = 8;
340  const int numberOfDynamics = 3;
341  const int numberOfSkills = 27;
342 
343  const int numberOfMagicEffects = 24;
344 
345  const int opcodeGetAttribute = 0x2000027;
346  const int opcodeGetAttributeExplicit = 0x200002f;
347  const int opcodeSetAttribute = 0x2000037;
348  const int opcodeSetAttributeExplicit = 0x200003f;
349  const int opcodeModAttribute = 0x2000047;
350  const int opcodeModAttributeExplicit = 0x200004f;
351 
352  const int opcodeGetDynamic = 0x2000057;
353  const int opcodeGetDynamicExplicit = 0x200005a;
354  const int opcodeSetDynamic = 0x200005d;
355  const int opcodeSetDynamicExplicit = 0x2000060;
356  const int opcodeModDynamic = 0x2000063;
357  const int opcodeModDynamicExplicit = 0x2000066;
358  const int opcodeModCurrentDynamic = 0x2000069;
359  const int opcodeModCurrentDynamicExplicit = 0x200006c;
360  const int opcodeGetDynamicGetRatio = 0x200006f;
361  const int opcodeGetDynamicGetRatioExplicit = 0x2000072;
362 
363  const int opcodeGetSkill = 0x200008e;
364  const int opcodeGetSkillExplicit = 0x20000a9;
365  const int opcodeSetSkill = 0x20000c4;
366  const int opcodeSetSkillExplicit = 0x20000df;
367  const int opcodeModSkill = 0x20000fa;
368  const int opcodeModSkillExplicit = 0x2000115;
369 
370  const int opcodeGetMagicEffect = 0x2000264;
371  const int opcodeGetMagicEffectExplicit = 0x200027c;
372  const int opcodeSetMagicEffect = 0x2000294;
373  const int opcodeSetMagicEffectExplicit = 0x20002ac;
374  const int opcodeModMagicEffect = 0x20002c4;
375  const int opcodeModMagicEffectExplicit = 0x20002dc;
376 
377  const int opcodeGetPCCrimeLevel = 0x20001ec;
378  const int opcodeSetPCCrimeLevel = 0x20001ed;
379  const int opcodeModPCCrimeLevel = 0x20001ee;
380 
381  const int opcodeAddSpell = 0x2000147;
382  const int opcodeAddSpellExplicit = 0x2000148;
383  const int opcodeRemoveSpell = 0x2000149;
384  const int opcodeRemoveSpellExplicit = 0x200014a;
385  const int opcodeGetSpell = 0x200014b;
386  const int opcodeGetSpellExplicit = 0x200014c;
387 
388  const int opcodePCRaiseRank = 0x2000b;
389  const int opcodePCLowerRank = 0x2000c;
390  const int opcodePCJoinFaction = 0x2000d;
391  const int opcodePCRaiseRankExplicit = 0x20029;
392  const int opcodePCLowerRankExplicit = 0x2002a;
393  const int opcodePCJoinFactionExplicit = 0x2002b;
394 
395  const int opcodeGetPCRank = 0x2000e;
396  const int opcodeGetPCRankExplicit = 0x2000f;
397  const int opcodeModDisposition = 0x200014d;
398  const int opcodeModDispositionExplicit = 0x200014e;
399  const int opcodeSetDisposition = 0x20001a4;
400  const int opcodeSetDispositionExplicit = 0x20001a5;
401  const int opcodeGetDisposition = 0x20001a6;
402  const int opcodeGetDispositionExplicit = 0x20001a7;
403 
404  const int opcodeGetLevel = 0x200018c;
405  const int opcodeGetLevelExplicit = 0x200018d;
406  const int opcodeSetLevel = 0x200018e;
407  const int opcodeSetLevelExplicit = 0x200018f;
408 
409  const int opcodeGetDeadCount = 0x20001a3;
410 
411  const int opcodeGetPCFacRep = 0x20012;
412  const int opcodeGetPCFacRepExplicit = 0x20013;
413  const int opcodeSetPCFacRep = 0x20014;
414  const int opcodeSetPCFacRepExplicit = 0x20015;
415  const int opcodeModPCFacRep = 0x20016;
416  const int opcodeModPCFacRepExplicit = 0x20017;
417 
418  const int opcodeGetCommonDisease = 0x20001a8;
419  const int opcodeGetCommonDiseaseExplicit = 0x20001a9;
420  const int opcodeGetBlightDisease = 0x20001aa;
421  const int opcodeGetBlightDiseaseExplicit = 0x20001ab;
422 
423  const int opcodeGetRace = 0x20001d9;
424  const int opcodeGetRaceExplicit = 0x20001da;
425 
426  const int opcodePcExpelled = 0x20018;
427  const int opcodePcExpelledExplicit = 0x20019;
428  const int opcodePcExpell = 0x2001a;
429  const int opcodePcExpellExplicit = 0x2001b;
430  const int opcodePcClearExpelled = 0x2001c;
431  const int opcodePcClearExpelledExplicit = 0x2001d;
432  const int opcodeRaiseRank = 0x20001e8;
433  const int opcodeRaiseRankExplicit = 0x20001e9;
434  const int opcodeLowerRank = 0x20001ea;
435  const int opcodeLowerRankExplicit = 0x20001eb;
436  const int opcodeOnDeath = 0x20001fc;
437  const int opcodeOnDeathExplicit = 0x2000205;
438  const int opcodeOnMurder = 0x2000249;
439  const int opcodeOnMurderExplicit = 0x200024a;
440  const int opcodeOnKnockout = 0x2000240;
441  const int opcodeOnKnockoutExplicit = 0x2000241;
442 
443  const int opcodeBecomeWerewolf = 0x2000217;
444  const int opcodeBecomeWerewolfExplicit = 0x2000218;
445  const int opcodeUndoWerewolf = 0x2000219;
446  const int opcodeUndoWerewolfExplicit = 0x200021a;
447  const int opcodeSetWerewolfAcrobatics = 0x200021b;
448  const int opcodeSetWerewolfAcrobaticsExplicit = 0x200021c;
449  const int opcodeIsWerewolf = 0x20001fd;
450  const int opcodeIsWerewolfExplicit = 0x20001fe;
451 
452  const int opcodeGetWerewolfKills = 0x20001e2;
453 
454  const int opcodeRemoveSpellEffects = 0x200022b;
455  const int opcodeRemoveSpellEffectsExplicit = 0x200022c;
456  const int opcodeRemoveEffects = 0x200022d;
457  const int opcodeRemoveEffectsExplicit = 0x200022e;
458  const int opcodeResurrect = 0x200022f;
459  const int opcodeResurrectExplicit = 0x2000230;
460 
461  const int opcodeGetStat = 0x200024e;
462  const int opcodeGetStatExplicit = 0x200024f;
463  }
464 
465  namespace Transformation
466  {
467  const int opcodeSetScale = 0x2000164;
468  const int opcodeSetScaleExplicit = 0x2000165;
469  const int opcodeSetAngle = 0x2000166;
470  const int opcodeSetAngleExplicit = 0x2000167;
471  const int opcodeGetScale = 0x2000168;
472  const int opcodeGetScaleExplicit = 0x2000169;
473  const int opcodeGetAngle = 0x200016a;
474  const int opcodeGetAngleExplicit = 0x200016b;
475  const int opcodeGetPos = 0x2000190;
476  const int opcodeGetPosExplicit = 0x2000191;
477  const int opcodeSetPos = 0x2000192;
478  const int opcodeSetPosExplicit = 0x2000193;
479  const int opcodeGetStartingPos = 0x2000194;
480  const int opcodeGetStartingPosExplicit = 0x2000195;
481  const int opcodeGetStartingAngle = 0x2000210;
482  const int opcodeGetStartingAngleExplicit = 0x2000211;
483  const int opcodePosition = 0x2000196;
484  const int opcodePositionExplicit = 0x2000197;
485  const int opcodePositionCell = 0x2000198;
486  const int opcodePositionCellExplicit = 0x2000199;
487 
488  const int opcodePlaceItemCell = 0x200019a;
489  const int opcodePlaceItem = 0x200019b;
490  const int opcodePlaceAtPc = 0x200019c;
491  const int opcodePlaceAtMe = 0x200019d;
492  const int opcodePlaceAtMeExplicit = 0x200019e;
493  const int opcodeModScale = 0x20001e3;
494  const int opcodeModScaleExplicit = 0x20001e4;
495  const int opcodeRotate = 0x20001ff;
496  const int opcodeRotateExplicit = 0x2000200;
497  const int opcodeRotateWorld = 0x2000201;
498  const int opcodeRotateWorldExplicit = 0x2000202;
499  const int opcodeSetAtStart = 0x2000203;
500  const int opcodeSetAtStartExplicit = 0x2000204;
501  const int opcodeMove = 0x2000206;
502  const int opcodeMoveExplicit = 0x2000207;
503  const int opcodeMoveWorld = 0x2000208;
504  const int opcodeMoveWorldExplicit = 0x2000209;
505  const int opcodeResetActors = 0x20002f4;
506  const int opcodeFixme = 0x2000302;
507  }
508 
509  namespace User
510  {
511  const int opcodeUser1 = 0x200016c;
512  const int opcodeUser2 = 0x200016d;
513  const int opcodeUser3 = 0x200016e;
514  const int opcodeUser3Explicit = 0x200016f;
515  const int opcodeUser4 = 0x2000170;
516  const int opcodeUser4Explicit = 0x2000171;
517  }
518 }
519 
520 #endif
const int opcodeGetAttribute
Definition: opcodes.hpp:345
const int opcodeGetReputationExplicit
Definition: opcodes.hpp:165
const int opcodeDisableLevitation
Definition: opcodes.hpp:284
const int opcodeGetPos
Definition: opcodes.hpp:475
const int opcodeAiFollowCellExplicit
Definition: opcodes.hpp:27
const int opcodeGetForceJump
Definition: opcodes.hpp:144
const int opcodePcExpell
Definition: opcodes.hpp:428
const int opcodeModMagicEffect
Definition: opcodes.hpp:374
const int opcodeSetDynamicExplicit
Definition: opcodes.hpp:355
const int opcodeGetSkillExplicit
Definition: opcodes.hpp:364
const int opcodeModFleeExplicit
Definition: opcodes.hpp:41
const int opcodeModWaterLevel
Definition: opcodes.hpp:84
const int opcodeAiEscortCellExplicit
Definition: opcodes.hpp:23
const int opcodeGetPcRunning
Definition: opcodes.hpp:138
const int opcodeOnMurderExplicit
Definition: opcodes.hpp:439
const int opcodeToggleCollision
Definition: opcodes.hpp:120
const int opcodeEnableRaceMenu
Definition: opcodes.hpp:180
const int opcodeGetDeadCount
Definition: opcodes.hpp:409
const int opcodePCLowerRank
Definition: opcodes.hpp:389
const int opcodeEnableMagicMenu
Definition: opcodes.hpp:183
const int opcodeExplodeSpell
Definition: opcodes.hpp:288
const int opcodeRemoveFromLevItem
Definition: opcodes.hpp:295
const int opcodeGetSoundPlayingExplicit
Definition: opcodes.hpp:334
const int opcodePlaceAtMeExplicit
Definition: opcodes.hpp:492
const int opcodeEnableInventoryMenu
Definition: opcodes.hpp:182
const int opcodeGetLockedExplicit
Definition: opcodes.hpp:228
const int numberOfDynamics
Definition: opcodes.hpp:340
const int opcodeSetMagicEffectExplicit
Definition: opcodes.hpp:373
const int opcodeGetFight
Definition: opcodes.hpp:46
const int opcodeGetSoundPlaying
Definition: opcodes.hpp:325
const int opcodeCOC
Definition: opcodes.hpp:78
const int opcodeGetCommonDiseaseExplicit
Definition: opcodes.hpp:419
const int opcodeGetArmorType
Definition: opcodes.hpp:102
const int opcodeRotateExplicit
Definition: opcodes.hpp:496
const int opcodePositionCellExplicit
Definition: opcodes.hpp:486
const int opcodeSetAlarmExplicit
Definition: opcodes.hpp:35
const int opcodeClearForceMoveJumpExplicit
Definition: opcodes.hpp:130
const int opcodeModReputationExplicit
Definition: opcodes.hpp:163
const char * controls[numberOfControls]
Definition: opcodes.cpp:7
const int opcodeBetaComment
Definition: opcodes.hpp:231
const int opcodeGetWindSpeed
Definition: opcodes.hpp:267
const int opcodeGetAngle
Definition: opcodes.hpp:473
const int opcodeModFactionReaction
Definition: opcodes.hpp:168
const int opcodeToggleWater
Definition: opcodes.hpp:216
const int opcodeAiEscort
Definition: opcodes.hpp:10
const int opcodeGetStartingPos
Definition: opcodes.hpp:479
const int opcodeResetActors
Definition: opcodes.hpp:505
const int opcodeSetAtStartExplicit
Definition: opcodes.hpp:500
const int opcodeShowRestMenu
Definition: opcodes.hpp:188
const int opcodeForceGreetingExplicit
Definition: opcodes.hpp:158
const int opcodeIsWerewolfExplicit
Definition: opcodes.hpp:450
const int opcodeToggleGodMode
Definition: opcodes.hpp:282
const int opcodeUser3
Definition: opcodes.hpp:513
const int opcodeStopCombat
Definition: opcodes.hpp:59
const int opcodeHasSoulGemExplicit
Definition: opcodes.hpp:107
const int opcodePlaySound3DVPExplicit
Definition: opcodes.hpp:330
const int opcodeUnlock
Definition: opcodes.hpp:208
const int opcodeMoveWorld
Definition: opcodes.hpp:503
const int opcodeTogglePathgrid
Definition: opcodes.hpp:218
const int opcodeMove
Definition: opcodes.hpp:501
const int opcodeStopSound
Definition: opcodes.hpp:324
const int opcodeGetPCCell
Definition: opcodes.hpp:81
const int opcodeSetWerewolfAcrobaticsExplicit
Definition: opcodes.hpp:448
const int opcodeModFight
Definition: opcodes.hpp:38
const int opcodeGetArmorTypeExplicit
Definition: opcodes.hpp:103
const int opcodeModSkillExplicit
Definition: opcodes.hpp:368
const int opcodeEnableStatsMenu
Definition: opcodes.hpp:185
const int opcodeLockExplicit
Definition: opcodes.hpp:207
const int opcodeAddTopic
Definition: opcodes.hpp:155
const int opcodeGetInterior
Definition: opcodes.hpp:80
const int opcodePcExpelledExplicit
Definition: opcodes.hpp:427
const int opcodeExplodeSpellExplicit
Definition: opcodes.hpp:289
const int opcodeGetBlightDisease
Definition: opcodes.hpp:420
const int opcodeEnableBirthMenu
Definition: opcodes.hpp:177
const int opcodeGetForceRun
Definition: opcodes.hpp:140
const int opcodePcClearExpelled
Definition: opcodes.hpp:430
const int opcodeTurnMoonWhite
Definition: opcodes.hpp:304
const int opcodeRotateWorld
Definition: opcodes.hpp:497
const int opcodeGetPcJumping
Definition: opcodes.hpp:225
const int opcodeLowerRank
Definition: opcodes.hpp:434
const int opcodeModFlee
Definition: opcodes.hpp:40
const int opcodeShowSceneGraph
Definition: opcodes.hpp:296
const int opcodeRotate
Definition: opcodes.hpp:495
const int opcodeBecomeWerewolfExplicit
Definition: opcodes.hpp:444
const int opcodeLoopAnimExplicit
Definition: opcodes.hpp:72
const int opcodeModScaleExplicit
Definition: opcodes.hpp:494
const int opcodeToggleWireframe
Definition: opcodes.hpp:212
const int opcodeClearInfoActorExplicit
Definition: opcodes.hpp:172
const int opcodeStartCombat
Definition: opcodes.hpp:57
const int opcodeFixme
Definition: opcodes.hpp:506
MWSound::Sound Sound
Definition: soundmanager.hpp:56
const int opcodeResurrectExplicit
Definition: opcodes.hpp:459
const int opcodeActivate
Definition: opcodes.hpp:204
const int opcodeEnableLevelupMenu
Definition: opcodes.hpp:187
const int opcodeGetLevelExplicit
Definition: opcodes.hpp:405
const int opcodeActivateExplicit
Definition: opcodes.hpp:205
const int opcodeGetScale
Definition: opcodes.hpp:471
const int opcodeToggleSky
Definition: opcodes.hpp:303
const int opcodeGetSpellEffectsExplicit
Definition: opcodes.hpp:248
const int opcodeGetStandingActor
Definition: opcodes.hpp:257
const int opcodeAddSpell
Definition: opcodes.hpp:381
const int opcodeSetFight
Definition: opcodes.hpp:30
const int opcodeGetStartingAngle
Definition: opcodes.hpp:481
const int opcodePcForce3rdPerson
Definition: opcodes.hpp:221
const int opcodeToggleScripts
Definition: opcodes.hpp:283
const int opcodeSetDelete
Definition: opcodes.hpp:250
const int opcodeGetWeaponDrawnExplicit
Definition: opcodes.hpp:244
const int opcodeFadeIn
Definition: opcodes.hpp:213
const int opcodeHurtCollidingActorExplicit
Definition: opcodes.hpp:266
const int opcodePlaceAtMe
Definition: opcodes.hpp:491
const int opcodeGetCollidingPcExplicit
Definition: opcodes.hpp:260
const int opcodePayFineThief
Definition: opcodes.hpp:271
const int opcodePCRaiseRank
Definition: opcodes.hpp:388
const int opcodeGetFleeExplicit
Definition: opcodes.hpp:49
const int opcodeShowMap
Definition: opcodes.hpp:193
const int opcodePlaceItem
Definition: opcodes.hpp:489
const int opcodeGetSecundaPhase
Definition: opcodes.hpp:307
const int opcodeForceRun
Definition: opcodes.hpp:123
const int opcodeRemoveSoulGemExplicit
Definition: opcodes.hpp:236
const int opcodeGetPCRank
Definition: opcodes.hpp:395
const int opcodeGetBlightDiseaseExplicit
Definition: opcodes.hpp:421
const int opcodeGetAttributeExplicit
Definition: opcodes.hpp:346
const int opcodeGetMagicEffectExplicit
Definition: opcodes.hpp:371
const int opcodeGetForceSneakExplicit
Definition: opcodes.hpp:143
const int opcodePlaySound3DVP
Definition: opcodes.hpp:321
const int opcodeEnableStatsReviewMenu
Definition: opcodes.hpp:181
const int opcodeUser4
Definition: opcodes.hpp:515
const int opcodeDropSoulGemExplicit
Definition: opcodes.hpp:240
const int opcodeSayDoneExplicit
Definition: opcodes.hpp:328
const int opcodeSetLevel
Definition: opcodes.hpp:406
const int opcodeGetPcInJail
Definition: opcodes.hpp:290
const int opcodeXBox
Definition: opcodes.hpp:201
const int opcodeAddSpellExplicit
Definition: opcodes.hpp:382
const int opcodeCast
Definition: opcodes.hpp:286
const int opcodeGetSpell
Definition: opcodes.hpp:385
const int opcodeClearForceRun
Definition: opcodes.hpp:121
const int opcodeChangeWeather
Definition: opcodes.hpp:309
const int opcodePlaySoundVP
Definition: opcodes.hpp:319
const int opcodeSetDisposition
Definition: opcodes.hpp:399
const int opcodeGetFightExplicit
Definition: opcodes.hpp:47
const int opcodeGetAlarm
Definition: opcodes.hpp:50
const int opcodeGetHelloExplicit
Definition: opcodes.hpp:45
const int opcodeGetDisposition
Definition: opcodes.hpp:401
const int opcodeModDispositionExplicit
Definition: opcodes.hpp:398
const int opcodeGetForceSneak
Definition: opcodes.hpp:141
const int opcodeHurtStandingActor
Definition: opcodes.hpp:263
const int opcodeRotateWorldExplicit
Definition: opcodes.hpp:498
const int opcodeUser2
Definition: opcodes.hpp:512
const int opcodeCastExplicit
Definition: opcodes.hpp:287
const int opcodeEquipExplicit
Definition: opcodes.hpp:101
const int opcodePcExpellExplicit
Definition: opcodes.hpp:429
const int opcodeSetPCFacRep
Definition: opcodes.hpp:413
const int opcodeSetMagicEffect
Definition: opcodes.hpp:372
const int opcodeGetTarget
Definition: opcodes.hpp:55
const int opcodeFadeOut
Definition: opcodes.hpp:214
const int opcodeGetJournalIndex
Definition: opcodes.hpp:154
const int opcodeEnableTeleporting
Definition: opcodes.hpp:277
const int opcodeGetCurrentTime
Definition: opcodes.hpp:249
const int opcodePlaceItemCell
Definition: opcodes.hpp:488
const int opcodeModDynamic
Definition: opcodes.hpp:356
const int opcodeToggleWorld
Definition: opcodes.hpp:217
const int opcodeGetDispositionExplicit
Definition: opcodes.hpp:402
const int opcodeGetForceRunExplicit
Definition: opcodes.hpp:142
const int opcodeGetCommonDisease
Definition: opcodes.hpp:418
const int opcodeSkipAnimExplicit
Definition: opcodes.hpp:68
const int opcodeUser1
Definition: opcodes.hpp:511
const int opcodeSay
Definition: opcodes.hpp:315
const int opcodeGetForceMoveJumpExplicit
Definition: opcodes.hpp:147
const int opcodeForceMoveJumpExplicit
Definition: opcodes.hpp:132
const int opcodeAIActivate
Definition: opcodes.hpp:20
const int opcodeGetWerewolfKills
Definition: opcodes.hpp:452
const int opcodeGetPosExplicit
Definition: opcodes.hpp:476
const int opcodeRemoveSpellExplicit
Definition: opcodes.hpp:384
const int opcodeGetLocked
Definition: opcodes.hpp:227
const int opcodeResurrect
Definition: opcodes.hpp:458
const int opcodeGetAttacked
Definition: opcodes.hpp:241
const int opcodeSetFlee
Definition: opcodes.hpp:32
const int opcodeToggleBorders
Definition: opcodes.hpp:298
const int opcodeGetEffect
Definition: opcodes.hpp:229
const int opcodeGoToJail
Definition: opcodes.hpp:269
const int opcodeSetFleeExplicit
Definition: opcodes.hpp:33
const int opcodePlayLoopSound3DVPExplicit
Definition: opcodes.hpp:332
const int opcodeHitOnMeExplicit
Definition: opcodes.hpp:273
const int opcodePcExpelled
Definition: opcodes.hpp:426
const int opcodeGetCurrentAiPackageExplicit
Definition: opcodes.hpp:15
const int opcodeToggleVanityMode
Definition: opcodes.hpp:223
const int opcodeSetFightExplicit
Definition: opcodes.hpp:31
const int opcodeGetPcSleep
Definition: opcodes.hpp:224
const int opcodeAIActivateExplicit
Definition: opcodes.hpp:21
const int opcodePlayLoopSound3D
Definition: opcodes.hpp:322
const int opcodeModSkill
Definition: opcodes.hpp:367
const int opcodePlaySound3DExplicit
Definition: opcodes.hpp:329
const int opcodeGetForceMoveJump
Definition: opcodes.hpp:145
const int opcodeCOE
Definition: opcodes.hpp:79
const int opcodeRaiseRank
Definition: opcodes.hpp:432
const int opcodeSetScaleExplicit
Definition: opcodes.hpp:468
const int opcodeEnableClassMenu
Definition: opcodes.hpp:178
const int opcodeClearInfoActor
Definition: opcodes.hpp:171
const int opcodeRemoveFromLevCreature
Definition: opcodes.hpp:293
const int opcodeGetPCRankExplicit
Definition: opcodes.hpp:396
const int opcodeModAttributeExplicit
Definition: opcodes.hpp:350
const int opcodeGetStartingPosExplicit
Definition: opcodes.hpp:480
const int opcodeToggleCollisionDebug
Definition: opcodes.hpp:210
const int opcodeSetPCFacRepExplicit
Definition: opcodes.hpp:414
const int opcodeSetHello
Definition: opcodes.hpp:28
const int opcodeSetDispositionExplicit
Definition: opcodes.hpp:400
const int opcodeGetWeaponDrawn
Definition: opcodes.hpp:243
const int opcodePcForce1stPerson
Definition: opcodes.hpp:220
const int opcodeModHello
Definition: opcodes.hpp:36
const int opcodeModMagicEffectExplicit
Definition: opcodes.hpp:375
const int opcodeGetStat
Definition: opcodes.hpp:461
const int opcodeGetDetected
Definition: opcodes.hpp:16
const int opcodeGetForceJumpExplicit
Definition: opcodes.hpp:146
const int opcodeAiWanderExplicit
Definition: opcodes.hpp:19
const int opcodeSetAlarm
Definition: opcodes.hpp:34
const int opcodeClearForceJumpExplicit
Definition: opcodes.hpp:126
const int opcodeRemoveSpell
Definition: opcodes.hpp:383
const int opcodeModPCCrimeLevel
Definition: opcodes.hpp:379
const int numberOfAttributes
Definition: opcodes.hpp:339
const int opcodeOnDeathExplicit
Definition: opcodes.hpp:437
const int opcodePlayLoopSound3DVP
Definition: opcodes.hpp:323
const int numberOfSkills
Definition: opcodes.hpp:341
const int opcodeGetHello
Definition: opcodes.hpp:44
const int opcodeGetRace
Definition: opcodes.hpp:423
const int opcodeSetAttributeExplicit
Definition: opcodes.hpp:348
const int opcodeForceJump
Definition: opcodes.hpp:127
const int opcodeGetCurrentWeather
Definition: opcodes.hpp:308
const int opcodeHurtCollidingActor
Definition: opcodes.hpp:265
const int opcodeShow
Definition: opcodes.hpp:280
const int opcodePayFine
Definition: opcodes.hpp:270
const int opcodeAiFollow
Definition: opcodes.hpp:24
const int opcodeAddItem
Definition: opcodes.hpp:94
const int opcodeSetFactionReaction
Definition: opcodes.hpp:169
const int opcodeToggleCollisionBoxes
Definition: opcodes.hpp:211
const int opcodeAiWander
Definition: opcodes.hpp:18
const int opcodeGetDynamic
Definition: opcodes.hpp:352
const int opcodeGetSpellReadiedExplicit
Definition: opcodes.hpp:246
const int opcodeGetCollidingActor
Definition: opcodes.hpp:261
const int opcodeGetFactionReaction
Definition: opcodes.hpp:170
const int opcodeModDynamicExplicit
Definition: opcodes.hpp:357
const int opcodeGetEffectExplicit
Definition: opcodes.hpp:230
const int opcodeForceJumpExplicit
Definition: opcodes.hpp:128
const int opcodeGetItemCount
Definition: opcodes.hpp:96
const int opcodeModReputation
Definition: opcodes.hpp:161
const int opcodeStopCombatExplicit
Definition: opcodes.hpp:60
const int opcodeGetPcSneaking
Definition: opcodes.hpp:139
const int opcodeSameFaction
Definition: opcodes.hpp:166
const int opcodeAddToLevItem
Definition: opcodes.hpp:294
const int opcodeRemoveSpellEffects
Definition: opcodes.hpp:454
const int opcodeSetScale
Definition: opcodes.hpp:467
const int opcodeHurtStandingActorExplicit
Definition: opcodes.hpp:264
const int opcodeGetDynamicGetRatioExplicit
Definition: opcodes.hpp:361
const int opcodeFallExplicit
Definition: opcodes.hpp:254
const int opcodeAddToLevCreature
Definition: opcodes.hpp:292
const int opcodeGetLineOfSightExplicit
Definition: opcodes.hpp:53
const int opcodeRemoveEffectsExplicit
Definition: opcodes.hpp:457
const int opcodeGetPCCrimeLevel
Definition: opcodes.hpp:377
const int opcodeToggleFogOfWar
Definition: opcodes.hpp:191
const int opcodeFace
Definition: opcodes.hpp:61
const int opcodeModCurrentDynamicExplicit
Definition: opcodes.hpp:359
const int opcodeGetReputation
Definition: opcodes.hpp:164
const int opcodeGoodbye
Definition: opcodes.hpp:159
const int opcodeSetAttribute
Definition: opcodes.hpp:347
const int opcodeSkipAnim
Definition: opcodes.hpp:67
const int opcodeGetStandingPc
Definition: opcodes.hpp:255
const int opcodeGetWeaponType
Definition: opcodes.hpp:108
const int numberOfControls
Definition: opcodes.hpp:114
const int opcodeSetAngle
Definition: opcodes.hpp:469
const int opcodeShowVars
Definition: opcodes.hpp:278
const int opcodeAiEscortExplicit
Definition: opcodes.hpp:11
const int opcodeModAttribute
Definition: opcodes.hpp:349
const int opcodeModAlarm
Definition: opcodes.hpp:42
const int opcodeGetSpellEffects
Definition: opcodes.hpp:247
const int opcodeGetScaleExplicit
Definition: opcodes.hpp:472
const int opcodeAiFollowExplicit
Definition: opcodes.hpp:25
const int opcodeOnDeath
Definition: opcodes.hpp:436
const int opcodeOnKnockoutExplicit
Definition: opcodes.hpp:441
const int opcodeToggleFullHelp
Definition: opcodes.hpp:192
const int opcodeModDisposition
Definition: opcodes.hpp:397
const int opcodeSetPosExplicit
Definition: opcodes.hpp:478
const int opcodeForceSneak
Definition: opcodes.hpp:135
const int opcodeBecomeWerewolf
Definition: opcodes.hpp:443
const int opcodeGetLineOfSight
Definition: opcodes.hpp:52
const int opcodeEnableMapMenu
Definition: opcodes.hpp:184
const int opcodeShowRestMenuExplicit
Definition: opcodes.hpp:189
const int opcodePlayAnim
Definition: opcodes.hpp:69
const int opcodeGetWeaponTypeExplicit
Definition: opcodes.hpp:109
const int opcodePlayBink
Definition: opcodes.hpp:268
const int opcodeBetaCommentExplicit
Definition: opcodes.hpp:232
const int opcodeAddSoulGem
Definition: opcodes.hpp:233
const int opcodeGetButtonPressed
Definition: opcodes.hpp:190
const int opcodeModCurrentDynamic
Definition: opcodes.hpp:358
const int opcodeGetAiPackageDoneExplicit
Definition: opcodes.hpp:13
const int opcodeUndoWerewolfExplicit
Definition: opcodes.hpp:446
const int opcodeChoice
Definition: opcodes.hpp:156
const int opcodeSetAngleExplicit
Definition: opcodes.hpp:470
const int opcodeDisableTeleporting
Definition: opcodes.hpp:276
const int opcodePositionExplicit
Definition: opcodes.hpp:484
const int opcodeOnActivateExplicit
Definition: opcodes.hpp:203
const int opcodeTurnMoonRed
Definition: opcodes.hpp:305
const int numberOfMagicEffects
Definition: opcodes.hpp:343
const int opcodeModAlarmExplicit
Definition: opcodes.hpp:43
const int opcodeForceMoveJump
Definition: opcodes.hpp:131
const int opcodeModFightExplicit
Definition: opcodes.hpp:39
const int opcodeClearForceMoveJump
Definition: opcodes.hpp:129
const int opcodeSetPos
Definition: opcodes.hpp:477
const int opcodeUndoWerewolf
Definition: opcodes.hpp:445
const int opcodeSetWerewolfAcrobatics
Definition: opcodes.hpp:447
const int opcodeModHelloExplicit
Definition: opcodes.hpp:37
const int opcodeHasItemEquippedExplicit
Definition: opcodes.hpp:105
const int opcodeGetCollidingActorExplicit
Definition: opcodes.hpp:262
const int opcodeGetCurrentAiPackage
Definition: opcodes.hpp:14
const int opcodeGetDynamicGetRatio
Definition: opcodes.hpp:360
const int opcodeShowSceneGraphExplicit
Definition: opcodes.hpp:297
const int opcodePcClearExpelledExplicit
Definition: opcodes.hpp:431
const int opcodeGetAttackedExplicit
Definition: opcodes.hpp:242
const int opcodeStreamMusic
Definition: opcodes.hpp:317
const int opcodeSetSkillExplicit
Definition: opcodes.hpp:366
const int opcodeSetJournalIndex
Definition: opcodes.hpp:153
const int opcodeEnableLevitation
Definition: opcodes.hpp:285
const int opcodePCRaiseRankExplicit
Definition: opcodes.hpp:391
const int opcodeMoveExplicit
Definition: opcodes.hpp:502
const int opcodeGetSquareRoot
Definition: opcodes.hpp:252
const int opcodeHasSoulGem
Definition: opcodes.hpp:106
const int opcodePlaySound3D
Definition: opcodes.hpp:320
const int opcodeSetAtStart
Definition: opcodes.hpp:499
const int opcodeRaiseRankExplicit
Definition: opcodes.hpp:433
const int opcodeStartCombatExplicit
Definition: opcodes.hpp:58
const int opcodePlaySound
Definition: opcodes.hpp:318
const int opcodeEnableNameMenu
Definition: opcodes.hpp:179
const int opcodeSetReputationExplicit
Definition: opcodes.hpp:162
const int opcodeSayDone
Definition: opcodes.hpp:316
const int opcodeClearForceRunExplicit
Definition: opcodes.hpp:122
const int opcodeRemoveEffects
Definition: opcodes.hpp:456
const int opcodeGetStartingAngleExplicit
Definition: opcodes.hpp:482
const int opcodeGetStandingActorExplicit
Definition: opcodes.hpp:258
const int opcodeGetPcTraveling
Definition: opcodes.hpp:291
const int opcodeGetDetectedExplicit
Definition: opcodes.hpp:17
const int opcodeGetCollidingPc
Definition: opcodes.hpp:259
const int opcodeUnlockExplicit
Definition: opcodes.hpp:209
const int opcodeHitAttemptOnMe
Definition: opcodes.hpp:274
const int opcodeModScale
Definition: opcodes.hpp:493
const int opcodePositionCell
Definition: opcodes.hpp:485
const int opcodeSetPCCrimeLevel
Definition: opcodes.hpp:378
const int opcodeJournal
Definition: opcodes.hpp:152
const int opcodeGetPCFacRepExplicit
Definition: opcodes.hpp:412
const int opcodeAiTravel
Definition: opcodes.hpp:8
const int opcodeGetWaterLevel
Definition: opcodes.hpp:82
const int opcodeModPCFacRepExplicit
Definition: opcodes.hpp:416
const int opcodeShowExplicit
Definition: opcodes.hpp:281
const int opcodeGetMagicEffect
Definition: opcodes.hpp:370
const int opcodeGetStandingPcExplicit
Definition: opcodes.hpp:256
const int opcodeSetReputation
Definition: opcodes.hpp:160
const int opcodeEquip
Definition: opcodes.hpp:100
const int opcodeGetAlarmExplicit
Definition: opcodes.hpp:51
const int opcodeClearForceSneak
Definition: opcodes.hpp:133
const int opcodeWakeUpPc
Definition: opcodes.hpp:226
const int opcodeUser3Explicit
Definition: opcodes.hpp:514
const int opcodeIsWerewolf
Definition: opcodes.hpp:449
const int opcodeFadeTo
Definition: opcodes.hpp:215
const int opcodeShowVarsExplicit
Definition: opcodes.hpp:279
const int opcodePlayAnimExplicit
Definition: opcodes.hpp:70
const int opcodeSetWaterLevel
Definition: opcodes.hpp:83
const int opcodePlaceAtPc
Definition: opcodes.hpp:490
const int opcodeSameFactionExplicit
Definition: opcodes.hpp:167
const int opcodeGetStatExplicit
Definition: opcodes.hpp:462
const int opcodeAiTravelExplicit
Definition: opcodes.hpp:9
const int opcodeGetAngleExplicit
Definition: opcodes.hpp:474
const int opcodeSetLevelExplicit
Definition: opcodes.hpp:407
const int opcodeRemoveItemExplicit
Definition: opcodes.hpp:99
const int opcodeAiEscortCell
Definition: opcodes.hpp:22
const int opcodeHasItemEquipped
Definition: opcodes.hpp:104
const int opcodeGetSkill
Definition: opcodes.hpp:363
const int opcodeRemoveSoulGem
Definition: opcodes.hpp:235
const int opcodeStopSoundExplicit
Definition: opcodes.hpp:333
const int opcodeGetDisabled
Definition: opcodes.hpp:137
const int opcodePCLowerRankExplicit
Definition: opcodes.hpp:392
const int opcodeGetRaceExplicit
Definition: opcodes.hpp:424
const int opcodeGetSpellExplicit
Definition: opcodes.hpp:386
const int opcodePosition
Definition: opcodes.hpp:483
const int opcodeGetFlee
Definition: opcodes.hpp:48
const int opcodePcGet3rdPerson
Definition: opcodes.hpp:222
const int opcodeGetAiPackageDone
Definition: opcodes.hpp:12
const int opcodePCJoinFactionExplicit
Definition: opcodes.hpp:393
const int opcodeGetMasserPhase
Definition: opcodes.hpp:306
const int opcodePCJoinFaction
Definition: opcodes.hpp:390
const int opcodeFaceExplicit
Definition: opcodes.hpp:62
const int opcodeModRegion
Definition: opcodes.hpp:310
const int opcodeDropExplicit
Definition: opcodes.hpp:238
const int opcodeOnMurder
Definition: opcodes.hpp:438
const int opcodeRemoveSpellEffectsExplicit
Definition: opcodes.hpp:455
const int opcodeLowerRankExplicit
Definition: opcodes.hpp:435
const int opcodeDrop
Definition: opcodes.hpp:237
const int opcodeEnable
Definition: opcodes.hpp:118
const int opcodeToggleMenus
Definition: opcodes.hpp:196
const int opcodeDisable
Definition: opcodes.hpp:119
const int opcodeForceGreeting
Definition: opcodes.hpp:157
const int opcodeForceRunExplicit
Definition: opcodes.hpp:124
const int opcodeDontSaveObject
Definition: opcodes.hpp:219
const int opcodeGetDynamicExplicit
Definition: opcodes.hpp:353
const int opcodeEnableRest
Definition: opcodes.hpp:186
const int opcodeSetDynamic
Definition: opcodes.hpp:354
const int opcodeHitAttemptOnMeExplicit
Definition: opcodes.hpp:275
const int opcodeClearForceSneakExplicit
Definition: opcodes.hpp:134
const int opcodeModPCFacRep
Definition: opcodes.hpp:415
const int opcodeRemoveItem
Definition: opcodes.hpp:98
const int opcodeSayExplicit
Definition: opcodes.hpp:327
const int opcodeDropSoulGem
Definition: opcodes.hpp:239
const int opcodeLock
Definition: opcodes.hpp:206
const int opcodePlayLoopSound3DExplicit
Definition: opcodes.hpp:331
const int opcodeAddItemExplicit
Definition: opcodes.hpp:95
const int opcodeMoveWorldExplicit
Definition: opcodes.hpp:504
const int opcodeCellChanged
Definition: opcodes.hpp:77
const int opcodeSetSkill
Definition: opcodes.hpp:365
const int opcodeGetPCFacRep
Definition: opcodes.hpp:411
const int opcodeHitOnMe
Definition: opcodes.hpp:272
const int opcodeForceSneakExplicit
Definition: opcodes.hpp:136
const int opcodeClearForceJump
Definition: opcodes.hpp:125
const int opcodeToggleAI
Definition: opcodes.hpp:54
const int opcodeGetSpellReadied
Definition: opcodes.hpp:245
const int opcodeMenuTest
Definition: opcodes.hpp:195
const int opcodeUser4Explicit
Definition: opcodes.hpp:516
const int opcodeGetItemCountExplicit
Definition: opcodes.hpp:97
const int opcodeGetLevel
Definition: opcodes.hpp:404
const int opcodeGetTargetExplicit
Definition: opcodes.hpp:56
const int opcodeOnActivate
Definition: opcodes.hpp:202
const int opcodeAiFollowCell
Definition: opcodes.hpp:26
const int opcodeOnKnockout
Definition: opcodes.hpp:440
const int opcodeAddSoulGemExplicit
Definition: opcodes.hpp:234
const int opcodeSetDeleteExplicit
Definition: opcodes.hpp:251
const int opcodeSetHelloExplicit
Definition: opcodes.hpp:29
const int opcodeFillMap
Definition: opcodes.hpp:194
const int opcodeLoopAnim
Definition: opcodes.hpp:71
const int opcodeFall
Definition: opcodes.hpp:253