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 opcodeActivate = 0x2000075;
204  const int opcodeActivateExplicit = 0x2000244;
205  const int opcodeLock = 0x20004;
206  const int opcodeLockExplicit = 0x20005;
207  const int opcodeUnlock = 0x200008c;
208  const int opcodeUnlockExplicit = 0x200008d;
209  const int opcodeToggleCollisionDebug = 0x2000132;
210  const int opcodeToggleCollisionBoxes = 0x20001ac;
211  const int opcodeToggleWireframe = 0x200013b;
212  const int opcodeFadeIn = 0x200013c;
213  const int opcodeFadeOut = 0x200013d;
214  const int opcodeFadeTo = 0x200013e;
215  const int opcodeToggleWater = 0x2000144;
216  const int opcodeToggleWorld = 0x20002f5;
217  const int opcodeTogglePathgrid = 0x2000146;
218  const int opcodeDontSaveObject = 0x2000153;
219  const int opcodePcForce1stPerson = 0x20002f6;
220  const int opcodePcForce3rdPerson = 0x20002f7;
221  const int opcodePcGet3rdPerson = 0x20002f8;
222  const int opcodeToggleVanityMode = 0x2000174;
223  const int opcodeGetPcSleep = 0x200019f;
224  const int opcodeGetPcJumping = 0x2000233;
225  const int opcodeWakeUpPc = 0x20001a2;
226  const int opcodeGetLocked = 0x20001c7;
227  const int opcodeGetLockedExplicit = 0x20001c8;
228  const int opcodeGetEffect = 0x20001cf;
229  const int opcodeGetEffectExplicit = 0x20001d0;
230  const int opcodeBetaComment = 0x2002d;
231  const int opcodeBetaCommentExplicit = 0x2002e;
232  const int opcodeAddSoulGem = 0x20001f3;
233  const int opcodeAddSoulGemExplicit = 0x20001f4;
234  const int opcodeRemoveSoulGem = 0x20027;
235  const int opcodeRemoveSoulGemExplicit = 0x20028;
236  const int opcodeDrop = 0x20001f8;
237  const int opcodeDropExplicit = 0x20001f9;
238  const int opcodeDropSoulGem = 0x20001fa;
239  const int opcodeDropSoulGemExplicit = 0x20001fb;
240  const int opcodeGetAttacked = 0x20001d3;
241  const int opcodeGetAttackedExplicit = 0x20001d4;
242  const int opcodeGetWeaponDrawn = 0x20001d7;
243  const int opcodeGetWeaponDrawnExplicit = 0x20001d8;
244  const int opcodeGetSpellReadied = 0x2000231;
245  const int opcodeGetSpellReadiedExplicit = 0x2000232;
246  const int opcodeGetSpellEffects = 0x20001db;
247  const int opcodeGetSpellEffectsExplicit = 0x20001dc;
248  const int opcodeGetCurrentTime = 0x20001dd;
249  const int opcodeSetDelete = 0x20001e5;
250  const int opcodeSetDeleteExplicit = 0x20001e6;
251  const int opcodeGetSquareRoot = 0x20001e7;
252  const int opcodeFall = 0x200020a;
253  const int opcodeFallExplicit = 0x200020b;
254  const int opcodeGetStandingPc = 0x200020c;
255  const int opcodeGetStandingPcExplicit = 0x200020d;
256  const int opcodeGetStandingActor = 0x200020e;
257  const int opcodeGetStandingActorExplicit = 0x200020f;
258  const int opcodeGetCollidingPc = 0x2000250;
259  const int opcodeGetCollidingPcExplicit = 0x2000251;
260  const int opcodeGetCollidingActor = 0x2000252;
261  const int opcodeGetCollidingActorExplicit = 0x2000253;
262  const int opcodeHurtStandingActor = 0x2000254;
263  const int opcodeHurtStandingActorExplicit = 0x2000255;
264  const int opcodeHurtCollidingActor = 0x2000256;
265  const int opcodeHurtCollidingActorExplicit = 0x2000257;
266  const int opcodeGetWindSpeed = 0x2000212;
267  const int opcodePlayBink = 0x20001f7;
268  const int opcodeGoToJail = 0x2000235;
269  const int opcodePayFine = 0x2000236;
270  const int opcodePayFineThief = 0x2000237;
271  const int opcodeHitOnMe = 0x2000213;
272  const int opcodeHitOnMeExplicit = 0x2000214;
273  const int opcodeHitAttemptOnMe = 0x20002f9;
274  const int opcodeHitAttemptOnMeExplicit = 0x20002fa;
275  const int opcodeDisableTeleporting = 0x2000215;
276  const int opcodeEnableTeleporting = 0x2000216;
277  const int opcodeShowVars = 0x200021d;
278  const int opcodeShowVarsExplicit = 0x200021e;
279  const int opcodeShow = 0x2000304;
280  const int opcodeShowExplicit = 0x2000305;
281  const int opcodeToggleGodMode = 0x200021f;
282  const int opcodeToggleScripts = 0x2000301;
283  const int opcodeDisableLevitation = 0x2000220;
284  const int opcodeEnableLevitation = 0x2000221;
285  const int opcodeCast = 0x2000227;
286  const int opcodeCastExplicit = 0x2000228;
287  const int opcodeExplodeSpell = 0x2000229;
288  const int opcodeExplodeSpellExplicit = 0x200022a;
289  const int opcodeGetPcInJail = 0x200023e;
290  const int opcodeGetPcTraveling = 0x200023f;
291  const int opcodeAddToLevCreature = 0x20002fb;
292  const int opcodeRemoveFromLevCreature = 0x20002fc;
293  const int opcodeAddToLevItem = 0x20002fd;
294  const int opcodeRemoveFromLevItem = 0x20002fe;
295  }
296 
297  namespace Sky
298  {
299  const int opcodeToggleSky = 0x2000021;
300  const int opcodeTurnMoonWhite = 0x2000022;
301  const int opcodeTurnMoonRed = 0x2000023;
302  const int opcodeGetMasserPhase = 0x2000024;
303  const int opcodeGetSecundaPhase = 0x2000025;
304  const int opcodeGetCurrentWeather = 0x200013f;
305  const int opcodeChangeWeather = 0x2000140;
306  const int opcodeModRegion = 0x20026;
307  }
308 
309  namespace Sound
310  {
311  const int opcodeSay = 0x2000001;
312  const int opcodeSayDone = 0x2000002;
313  const int opcodeStreamMusic = 0x2000003;
314  const int opcodePlaySound = 0x2000004;
315  const int opcodePlaySoundVP = 0x2000005;
316  const int opcodePlaySound3D = 0x2000006;
317  const int opcodePlaySound3DVP = 0x2000007;
318  const int opcodePlayLoopSound3D = 0x2000008;
319  const int opcodePlayLoopSound3DVP = 0x2000009;
320  const int opcodeStopSound = 0x200000a;
321  const int opcodeGetSoundPlaying = 0x200000b;
322 
323  const int opcodeSayExplicit = 0x2000019;
324  const int opcodeSayDoneExplicit = 0x200001a;
325  const int opcodePlaySound3DExplicit = 0x200001b;
326  const int opcodePlaySound3DVPExplicit = 0x200001c;
327  const int opcodePlayLoopSound3DExplicit = 0x200001d;
328  const int opcodePlayLoopSound3DVPExplicit = 0x200001e;
329  const int opcodeStopSoundExplicit = 0x200001f;
330  const int opcodeGetSoundPlayingExplicit = 0x2000020;
331  }
332 
333  namespace Stats
334  {
335  const int numberOfAttributes = 8;
336  const int numberOfDynamics = 3;
337  const int numberOfSkills = 27;
338 
339  const int numberOfMagicEffects = 24;
340 
341  const int opcodeGetAttribute = 0x2000027;
342  const int opcodeGetAttributeExplicit = 0x200002f;
343  const int opcodeSetAttribute = 0x2000037;
344  const int opcodeSetAttributeExplicit = 0x200003f;
345  const int opcodeModAttribute = 0x2000047;
346  const int opcodeModAttributeExplicit = 0x200004f;
347 
348  const int opcodeGetDynamic = 0x2000057;
349  const int opcodeGetDynamicExplicit = 0x200005a;
350  const int opcodeSetDynamic = 0x200005d;
351  const int opcodeSetDynamicExplicit = 0x2000060;
352  const int opcodeModDynamic = 0x2000063;
353  const int opcodeModDynamicExplicit = 0x2000066;
354  const int opcodeModCurrentDynamic = 0x2000069;
355  const int opcodeModCurrentDynamicExplicit = 0x200006c;
356  const int opcodeGetDynamicGetRatio = 0x200006f;
357  const int opcodeGetDynamicGetRatioExplicit = 0x2000072;
358 
359  const int opcodeGetSkill = 0x200008e;
360  const int opcodeGetSkillExplicit = 0x20000a9;
361  const int opcodeSetSkill = 0x20000c4;
362  const int opcodeSetSkillExplicit = 0x20000df;
363  const int opcodeModSkill = 0x20000fa;
364  const int opcodeModSkillExplicit = 0x2000115;
365 
366  const int opcodeGetMagicEffect = 0x2000264;
367  const int opcodeGetMagicEffectExplicit = 0x200027c;
368  const int opcodeSetMagicEffect = 0x2000294;
369  const int opcodeSetMagicEffectExplicit = 0x20002ac;
370  const int opcodeModMagicEffect = 0x20002c4;
371  const int opcodeModMagicEffectExplicit = 0x20002dc;
372 
373  const int opcodeGetPCCrimeLevel = 0x20001ec;
374  const int opcodeSetPCCrimeLevel = 0x20001ed;
375  const int opcodeModPCCrimeLevel = 0x20001ee;
376 
377  const int opcodeAddSpell = 0x2000147;
378  const int opcodeAddSpellExplicit = 0x2000148;
379  const int opcodeRemoveSpell = 0x2000149;
380  const int opcodeRemoveSpellExplicit = 0x200014a;
381  const int opcodeGetSpell = 0x200014b;
382  const int opcodeGetSpellExplicit = 0x200014c;
383 
384  const int opcodePCRaiseRank = 0x2000b;
385  const int opcodePCLowerRank = 0x2000c;
386  const int opcodePCJoinFaction = 0x2000d;
387  const int opcodePCRaiseRankExplicit = 0x20029;
388  const int opcodePCLowerRankExplicit = 0x2002a;
389  const int opcodePCJoinFactionExplicit = 0x2002b;
390 
391  const int opcodeGetPCRank = 0x2000e;
392  const int opcodeGetPCRankExplicit = 0x2000f;
393  const int opcodeModDisposition = 0x200014d;
394  const int opcodeModDispositionExplicit = 0x200014e;
395  const int opcodeSetDisposition = 0x20001a4;
396  const int opcodeSetDispositionExplicit = 0x20001a5;
397  const int opcodeGetDisposition = 0x20001a6;
398  const int opcodeGetDispositionExplicit = 0x20001a7;
399 
400  const int opcodeGetLevel = 0x200018c;
401  const int opcodeGetLevelExplicit = 0x200018d;
402  const int opcodeSetLevel = 0x200018e;
403  const int opcodeSetLevelExplicit = 0x200018f;
404 
405  const int opcodeGetDeadCount = 0x20001a3;
406 
407  const int opcodeGetPCFacRep = 0x20012;
408  const int opcodeGetPCFacRepExplicit = 0x20013;
409  const int opcodeSetPCFacRep = 0x20014;
410  const int opcodeSetPCFacRepExplicit = 0x20015;
411  const int opcodeModPCFacRep = 0x20016;
412  const int opcodeModPCFacRepExplicit = 0x20017;
413 
414  const int opcodeGetCommonDisease = 0x20001a8;
415  const int opcodeGetCommonDiseaseExplicit = 0x20001a9;
416  const int opcodeGetBlightDisease = 0x20001aa;
417  const int opcodeGetBlightDiseaseExplicit = 0x20001ab;
418 
419  const int opcodeGetRace = 0x20001d9;
420  const int opcodeGetRaceExplicit = 0x20001da;
421 
422  const int opcodePcExpelled = 0x20018;
423  const int opcodePcExpelledExplicit = 0x20019;
424  const int opcodePcExpell = 0x2001a;
425  const int opcodePcExpellExplicit = 0x2001b;
426  const int opcodePcClearExpelled = 0x2001c;
427  const int opcodePcClearExpelledExplicit = 0x2001d;
428  const int opcodeRaiseRank = 0x20001e8;
429  const int opcodeRaiseRankExplicit = 0x20001e9;
430  const int opcodeLowerRank = 0x20001ea;
431  const int opcodeLowerRankExplicit = 0x20001eb;
432  const int opcodeOnDeath = 0x20001fc;
433  const int opcodeOnDeathExplicit = 0x2000205;
434  const int opcodeOnMurder = 0x2000249;
435  const int opcodeOnMurderExplicit = 0x200024a;
436  const int opcodeOnKnockout = 0x2000240;
437  const int opcodeOnKnockoutExplicit = 0x2000241;
438 
439  const int opcodeBecomeWerewolf = 0x2000217;
440  const int opcodeBecomeWerewolfExplicit = 0x2000218;
441  const int opcodeUndoWerewolf = 0x2000219;
442  const int opcodeUndoWerewolfExplicit = 0x200021a;
443  const int opcodeSetWerewolfAcrobatics = 0x200021b;
444  const int opcodeSetWerewolfAcrobaticsExplicit = 0x200021c;
445  const int opcodeIsWerewolf = 0x20001fd;
446  const int opcodeIsWerewolfExplicit = 0x20001fe;
447 
448  const int opcodeGetWerewolfKills = 0x20001e2;
449 
450  const int opcodeRemoveSpellEffects = 0x200022b;
451  const int opcodeRemoveSpellEffectsExplicit = 0x200022c;
452  const int opcodeRemoveEffects = 0x200022d;
453  const int opcodeRemoveEffectsExplicit = 0x200022e;
454  const int opcodeResurrect = 0x200022f;
455  const int opcodeResurrectExplicit = 0x2000230;
456 
457  const int opcodeGetStat = 0x200024e;
458  const int opcodeGetStatExplicit = 0x200024f;
459  }
460 
461  namespace Transformation
462  {
463  const int opcodeSetScale = 0x2000164;
464  const int opcodeSetScaleExplicit = 0x2000165;
465  const int opcodeSetAngle = 0x2000166;
466  const int opcodeSetAngleExplicit = 0x2000167;
467  const int opcodeGetScale = 0x2000168;
468  const int opcodeGetScaleExplicit = 0x2000169;
469  const int opcodeGetAngle = 0x200016a;
470  const int opcodeGetAngleExplicit = 0x200016b;
471  const int opcodeGetPos = 0x2000190;
472  const int opcodeGetPosExplicit = 0x2000191;
473  const int opcodeSetPos = 0x2000192;
474  const int opcodeSetPosExplicit = 0x2000193;
475  const int opcodeGetStartingPos = 0x2000194;
476  const int opcodeGetStartingPosExplicit = 0x2000195;
477  const int opcodeGetStartingAngle = 0x2000210;
478  const int opcodeGetStartingAngleExplicit = 0x2000211;
479  const int opcodePosition = 0x2000196;
480  const int opcodePositionExplicit = 0x2000197;
481  const int opcodePositionCell = 0x2000198;
482  const int opcodePositionCellExplicit = 0x2000199;
483 
484  const int opcodePlaceItemCell = 0x200019a;
485  const int opcodePlaceItem = 0x200019b;
486  const int opcodePlaceAtPc = 0x200019c;
487  const int opcodePlaceAtMe = 0x200019d;
488  const int opcodePlaceAtMeExplicit = 0x200019e;
489  const int opcodeModScale = 0x20001e3;
490  const int opcodeModScaleExplicit = 0x20001e4;
491  const int opcodeRotate = 0x20001ff;
492  const int opcodeRotateExplicit = 0x2000200;
493  const int opcodeRotateWorld = 0x2000201;
494  const int opcodeRotateWorldExplicit = 0x2000202;
495  const int opcodeSetAtStart = 0x2000203;
496  const int opcodeSetAtStartExplicit = 0x2000204;
497  const int opcodeMove = 0x2000206;
498  const int opcodeMoveExplicit = 0x2000207;
499  const int opcodeMoveWorld = 0x2000208;
500  const int opcodeMoveWorldExplicit = 0x2000209;
501  const int opcodeResetActors = 0x20002f4;
502  const int opcodeFixme = 0x2000302;
503  const int opcodeFixmeExplicit = 0x2000303;
504  }
505 
506  namespace User
507  {
508  const int opcodeUser1 = 0x200016c;
509  const int opcodeUser2 = 0x200016d;
510  const int opcodeUser3 = 0x200016e;
511  const int opcodeUser3Explicit = 0x200016f;
512  const int opcodeUser4 = 0x2000170;
513  const int opcodeUser4Explicit = 0x2000171;
514  }
515 }
516 
517 #endif
const int opcodeGetAttribute
Definition: opcodes.hpp:341
const int opcodeGetReputationExplicit
Definition: opcodes.hpp:165
const int opcodeDisableLevitation
Definition: opcodes.hpp:283
const int opcodeGetPos
Definition: opcodes.hpp:471
const int opcodeAiFollowCellExplicit
Definition: opcodes.hpp:27
const int opcodeGetForceJump
Definition: opcodes.hpp:144
const int opcodePcExpell
Definition: opcodes.hpp:424
const int opcodeModMagicEffect
Definition: opcodes.hpp:370
const int opcodeSetDynamicExplicit
Definition: opcodes.hpp:351
const int opcodeGetSkillExplicit
Definition: opcodes.hpp:360
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:435
const int opcodeToggleCollision
Definition: opcodes.hpp:120
const int opcodeEnableRaceMenu
Definition: opcodes.hpp:180
const int opcodeGetDeadCount
Definition: opcodes.hpp:405
const int opcodePCLowerRank
Definition: opcodes.hpp:385
const int opcodeEnableMagicMenu
Definition: opcodes.hpp:183
const int opcodeExplodeSpell
Definition: opcodes.hpp:287
const int opcodeRemoveFromLevItem
Definition: opcodes.hpp:294
const int opcodeGetSoundPlayingExplicit
Definition: opcodes.hpp:330
const int opcodePlaceAtMeExplicit
Definition: opcodes.hpp:488
const int opcodeEnableInventoryMenu
Definition: opcodes.hpp:182
const int opcodeGetLockedExplicit
Definition: opcodes.hpp:227
const int numberOfDynamics
Definition: opcodes.hpp:336
const int opcodeSetMagicEffectExplicit
Definition: opcodes.hpp:369
const int opcodeGetFight
Definition: opcodes.hpp:46
const int opcodeGetSoundPlaying
Definition: opcodes.hpp:321
const int opcodeCOC
Definition: opcodes.hpp:78
const int opcodeGetCommonDiseaseExplicit
Definition: opcodes.hpp:415
const int opcodeGetArmorType
Definition: opcodes.hpp:102
const int opcodeRotateExplicit
Definition: opcodes.hpp:492
const int opcodePositionCellExplicit
Definition: opcodes.hpp:482
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:230
const int opcodeGetWindSpeed
Definition: opcodes.hpp:266
const int opcodeGetAngle
Definition: opcodes.hpp:469
const int opcodeModFactionReaction
Definition: opcodes.hpp:168
const int opcodeToggleWater
Definition: opcodes.hpp:215
const int opcodeAiEscort
Definition: opcodes.hpp:10
const int opcodeGetStartingPos
Definition: opcodes.hpp:475
const int opcodeResetActors
Definition: opcodes.hpp:501
const int opcodeSetAtStartExplicit
Definition: opcodes.hpp:496
const int opcodeShowRestMenu
Definition: opcodes.hpp:188
const int opcodeForceGreetingExplicit
Definition: opcodes.hpp:158
const int opcodeIsWerewolfExplicit
Definition: opcodes.hpp:446
const int opcodeToggleGodMode
Definition: opcodes.hpp:281
const int opcodeUser3
Definition: opcodes.hpp:510
const int opcodeStopCombat
Definition: opcodes.hpp:59
const int opcodeHasSoulGemExplicit
Definition: opcodes.hpp:107
const int opcodePlaySound3DVPExplicit
Definition: opcodes.hpp:326
const int opcodeUnlock
Definition: opcodes.hpp:207
const int opcodeMoveWorld
Definition: opcodes.hpp:499
const int opcodeTogglePathgrid
Definition: opcodes.hpp:217
const int opcodeMove
Definition: opcodes.hpp:497
const int opcodeStopSound
Definition: opcodes.hpp:320
const int opcodeGetPCCell
Definition: opcodes.hpp:81
const int opcodeSetWerewolfAcrobaticsExplicit
Definition: opcodes.hpp:444
const int opcodeModFight
Definition: opcodes.hpp:38
const int opcodeGetArmorTypeExplicit
Definition: opcodes.hpp:103
const int opcodeModSkillExplicit
Definition: opcodes.hpp:364
const int opcodeEnableStatsMenu
Definition: opcodes.hpp:185
const int opcodeLockExplicit
Definition: opcodes.hpp:206
const int opcodeAddTopic
Definition: opcodes.hpp:155
const int opcodeGetInterior
Definition: opcodes.hpp:80
const int opcodePcExpelledExplicit
Definition: opcodes.hpp:423
const int opcodeExplodeSpellExplicit
Definition: opcodes.hpp:288
const int opcodeGetBlightDisease
Definition: opcodes.hpp:416
const int opcodeEnableBirthMenu
Definition: opcodes.hpp:177
const int opcodeGetForceRun
Definition: opcodes.hpp:140
const int opcodePcClearExpelled
Definition: opcodes.hpp:426
const int opcodeTurnMoonWhite
Definition: opcodes.hpp:300
const int opcodeRotateWorld
Definition: opcodes.hpp:493
const int opcodeGetPcJumping
Definition: opcodes.hpp:224
const int opcodeLowerRank
Definition: opcodes.hpp:430
const int opcodeModFlee
Definition: opcodes.hpp:40
const int opcodeRotate
Definition: opcodes.hpp:491
const int opcodeBecomeWerewolfExplicit
Definition: opcodes.hpp:440
const int opcodeLoopAnimExplicit
Definition: opcodes.hpp:72
const int opcodeModScaleExplicit
Definition: opcodes.hpp:490
const int opcodeToggleWireframe
Definition: opcodes.hpp:211
const int opcodeClearInfoActorExplicit
Definition: opcodes.hpp:172
const int opcodeStartCombat
Definition: opcodes.hpp:57
const int opcodeFixme
Definition: opcodes.hpp:502
const int opcodeResurrectExplicit
Definition: opcodes.hpp:455
const int opcodeActivate
Definition: opcodes.hpp:203
const int opcodeEnableLevelupMenu
Definition: opcodes.hpp:187
const int opcodeGetLevelExplicit
Definition: opcodes.hpp:401
const int opcodeActivateExplicit
Definition: opcodes.hpp:204
const int opcodeGetScale
Definition: opcodes.hpp:467
const int opcodeToggleSky
Definition: opcodes.hpp:299
const int opcodeGetSpellEffectsExplicit
Definition: opcodes.hpp:247
const int opcodeGetStandingActor
Definition: opcodes.hpp:256
const int opcodeAddSpell
Definition: opcodes.hpp:377
const int opcodeSetFight
Definition: opcodes.hpp:30
const int opcodeGetStartingAngle
Definition: opcodes.hpp:477
const int opcodePcForce3rdPerson
Definition: opcodes.hpp:220
const int opcodeToggleScripts
Definition: opcodes.hpp:282
const int opcodeSetDelete
Definition: opcodes.hpp:249
const int opcodeGetWeaponDrawnExplicit
Definition: opcodes.hpp:243
const int opcodeFadeIn
Definition: opcodes.hpp:212
const int opcodeHurtCollidingActorExplicit
Definition: opcodes.hpp:265
const int opcodePlaceAtMe
Definition: opcodes.hpp:487
const int opcodeGetCollidingPcExplicit
Definition: opcodes.hpp:259
const int opcodePayFineThief
Definition: opcodes.hpp:270
const int opcodePCRaiseRank
Definition: opcodes.hpp:384
const int opcodeGetFleeExplicit
Definition: opcodes.hpp:49
const int opcodeShowMap
Definition: opcodes.hpp:193
const int opcodePlaceItem
Definition: opcodes.hpp:485
const int opcodeGetSecundaPhase
Definition: opcodes.hpp:303
const int opcodeForceRun
Definition: opcodes.hpp:123
const int opcodeRemoveSoulGemExplicit
Definition: opcodes.hpp:235
const int opcodeGetPCRank
Definition: opcodes.hpp:391
const int opcodeGetBlightDiseaseExplicit
Definition: opcodes.hpp:417
const int opcodeGetAttributeExplicit
Definition: opcodes.hpp:342
const int opcodeGetMagicEffectExplicit
Definition: opcodes.hpp:367
const int opcodeGetForceSneakExplicit
Definition: opcodes.hpp:143
const int opcodePlaySound3DVP
Definition: opcodes.hpp:317
const int opcodeEnableStatsReviewMenu
Definition: opcodes.hpp:181
const int opcodeUser4
Definition: opcodes.hpp:512
const int opcodeDropSoulGemExplicit
Definition: opcodes.hpp:239
const int opcodeSayDoneExplicit
Definition: opcodes.hpp:324
const int opcodeSetLevel
Definition: opcodes.hpp:402
const int opcodeGetPcInJail
Definition: opcodes.hpp:289
const int opcodeXBox
Definition: opcodes.hpp:201
const int opcodeAddSpellExplicit
Definition: opcodes.hpp:378
const int opcodeCast
Definition: opcodes.hpp:285
const int opcodeGetSpell
Definition: opcodes.hpp:381
const int opcodeClearForceRun
Definition: opcodes.hpp:121
const int opcodeChangeWeather
Definition: opcodes.hpp:305
const int opcodePlaySoundVP
Definition: opcodes.hpp:315
const int opcodeSetDisposition
Definition: opcodes.hpp:395
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:397
const int opcodeModDispositionExplicit
Definition: opcodes.hpp:394
const int opcodeGetForceSneak
Definition: opcodes.hpp:141
const int opcodeHurtStandingActor
Definition: opcodes.hpp:262
const int opcodeRotateWorldExplicit
Definition: opcodes.hpp:494
const int opcodeUser2
Definition: opcodes.hpp:509
const int opcodeCastExplicit
Definition: opcodes.hpp:286
const int opcodeEquipExplicit
Definition: opcodes.hpp:101
const int opcodePcExpellExplicit
Definition: opcodes.hpp:425
const int opcodeSetPCFacRep
Definition: opcodes.hpp:409
const int opcodeSetMagicEffect
Definition: opcodes.hpp:368
const int opcodeGetTarget
Definition: opcodes.hpp:55
const int opcodeFadeOut
Definition: opcodes.hpp:213
const int opcodeGetJournalIndex
Definition: opcodes.hpp:154
const int opcodeEnableTeleporting
Definition: opcodes.hpp:276
const int opcodeGetCurrentTime
Definition: opcodes.hpp:248
const int opcodePlaceItemCell
Definition: opcodes.hpp:484
const int opcodeModDynamic
Definition: opcodes.hpp:352
const int opcodeToggleWorld
Definition: opcodes.hpp:216
const int opcodeGetDispositionExplicit
Definition: opcodes.hpp:398
const int opcodeGetForceRunExplicit
Definition: opcodes.hpp:142
const int opcodeGetCommonDisease
Definition: opcodes.hpp:414
const int opcodeSkipAnimExplicit
Definition: opcodes.hpp:68
const int opcodeUser1
Definition: opcodes.hpp:508
const int opcodeSay
Definition: opcodes.hpp:311
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:448
const int opcodeGetPosExplicit
Definition: opcodes.hpp:472
const int opcodeRemoveSpellExplicit
Definition: opcodes.hpp:380
const int opcodeGetLocked
Definition: opcodes.hpp:226
const int opcodeResurrect
Definition: opcodes.hpp:454
const int opcodeGetAttacked
Definition: opcodes.hpp:240
const int opcodeSetFlee
Definition: opcodes.hpp:32
const int opcodeGetEffect
Definition: opcodes.hpp:228
const int opcodeGoToJail
Definition: opcodes.hpp:268
const int opcodeSetFleeExplicit
Definition: opcodes.hpp:33
const int opcodePlayLoopSound3DVPExplicit
Definition: opcodes.hpp:328
const int opcodeHitOnMeExplicit
Definition: opcodes.hpp:272
const int opcodePcExpelled
Definition: opcodes.hpp:422
const int opcodeGetCurrentAiPackageExplicit
Definition: opcodes.hpp:15
const int opcodeToggleVanityMode
Definition: opcodes.hpp:222
const int opcodeSetFightExplicit
Definition: opcodes.hpp:31
const int opcodeGetPcSleep
Definition: opcodes.hpp:223
const int opcodeAIActivateExplicit
Definition: opcodes.hpp:21
const int opcodePlayLoopSound3D
Definition: opcodes.hpp:318
const int opcodeModSkill
Definition: opcodes.hpp:363
const int opcodePlaySound3DExplicit
Definition: opcodes.hpp:325
const int opcodeGetForceMoveJump
Definition: opcodes.hpp:145
const int opcodeCOE
Definition: opcodes.hpp:79
const int opcodeRaiseRank
Definition: opcodes.hpp:428
const int opcodeSetScaleExplicit
Definition: opcodes.hpp:464
const int opcodeEnableClassMenu
Definition: opcodes.hpp:178
const int opcodeClearInfoActor
Definition: opcodes.hpp:171
const int opcodeRemoveFromLevCreature
Definition: opcodes.hpp:292
const int opcodeGetPCRankExplicit
Definition: opcodes.hpp:392
const int opcodeModAttributeExplicit
Definition: opcodes.hpp:346
const int opcodeGetStartingPosExplicit
Definition: opcodes.hpp:476
const int opcodeToggleCollisionDebug
Definition: opcodes.hpp:209
const int opcodeSetPCFacRepExplicit
Definition: opcodes.hpp:410
const int opcodeSetHello
Definition: opcodes.hpp:28
const int opcodeSetDispositionExplicit
Definition: opcodes.hpp:396
const int opcodeGetWeaponDrawn
Definition: opcodes.hpp:242
const int opcodePcForce1stPerson
Definition: opcodes.hpp:219
const int opcodeModHello
Definition: opcodes.hpp:36
const int opcodeModMagicEffectExplicit
Definition: opcodes.hpp:371
const int opcodeGetStat
Definition: opcodes.hpp:457
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:379
const int opcodeModPCCrimeLevel
Definition: opcodes.hpp:375
const int numberOfAttributes
Definition: opcodes.hpp:335
const int opcodeOnDeathExplicit
Definition: opcodes.hpp:433
const int opcodePlayLoopSound3DVP
Definition: opcodes.hpp:319
const int numberOfSkills
Definition: opcodes.hpp:337
const int opcodeGetHello
Definition: opcodes.hpp:44
const int opcodeGetRace
Definition: opcodes.hpp:419
const int opcodeSetAttributeExplicit
Definition: opcodes.hpp:344
const int opcodeForceJump
Definition: opcodes.hpp:127
const int opcodeGetCurrentWeather
Definition: opcodes.hpp:304
const int opcodeHurtCollidingActor
Definition: opcodes.hpp:264
const int opcodeShow
Definition: opcodes.hpp:279
const int opcodePayFine
Definition: opcodes.hpp:269
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:210
const int opcodeAiWander
Definition: opcodes.hpp:18
const int opcodeGetDynamic
Definition: opcodes.hpp:348
const int opcodeGetSpellReadiedExplicit
Definition: opcodes.hpp:245
const int opcodeGetCollidingActor
Definition: opcodes.hpp:260
const int opcodeGetFactionReaction
Definition: opcodes.hpp:170
const int opcodeModDynamicExplicit
Definition: opcodes.hpp:353
const int opcodeGetEffectExplicit
Definition: opcodes.hpp:229
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:293
const int opcodeRemoveSpellEffects
Definition: opcodes.hpp:450
const int opcodeSetScale
Definition: opcodes.hpp:463
const int opcodeHurtStandingActorExplicit
Definition: opcodes.hpp:263
const int opcodeGetDynamicGetRatioExplicit
Definition: opcodes.hpp:357
const int opcodeFallExplicit
Definition: opcodes.hpp:253
const int opcodeAddToLevCreature
Definition: opcodes.hpp:291
const int opcodeGetLineOfSightExplicit
Definition: opcodes.hpp:53
const int opcodeRemoveEffectsExplicit
Definition: opcodes.hpp:453
const int opcodeGetPCCrimeLevel
Definition: opcodes.hpp:373
const int opcodeToggleFogOfWar
Definition: opcodes.hpp:191
const int opcodeFace
Definition: opcodes.hpp:61
const int opcodeModCurrentDynamicExplicit
Definition: opcodes.hpp:355
const int opcodeGetReputation
Definition: opcodes.hpp:164
const int opcodeGoodbye
Definition: opcodes.hpp:159
const int opcodeSetAttribute
Definition: opcodes.hpp:343
const int opcodeSkipAnim
Definition: opcodes.hpp:67
const int opcodeGetStandingPc
Definition: opcodes.hpp:254
const int opcodeGetWeaponType
Definition: opcodes.hpp:108
const int numberOfControls
Definition: opcodes.hpp:114
const int opcodeSetAngle
Definition: opcodes.hpp:465
const int opcodeShowVars
Definition: opcodes.hpp:277
const int opcodeAiEscortExplicit
Definition: opcodes.hpp:11
const int opcodeModAttribute
Definition: opcodes.hpp:345
const int opcodeModAlarm
Definition: opcodes.hpp:42
const int opcodeGetSpellEffects
Definition: opcodes.hpp:246
const int opcodeGetScaleExplicit
Definition: opcodes.hpp:468
const int opcodeAiFollowExplicit
Definition: opcodes.hpp:25
const int opcodeOnDeath
Definition: opcodes.hpp:432
const int opcodeOnKnockoutExplicit
Definition: opcodes.hpp:437
const int opcodeToggleFullHelp
Definition: opcodes.hpp:192
const int opcodeModDisposition
Definition: opcodes.hpp:393
const int opcodeSetPosExplicit
Definition: opcodes.hpp:474
const int opcodeForceSneak
Definition: opcodes.hpp:135
const int opcodeBecomeWerewolf
Definition: opcodes.hpp:439
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:267
const int opcodeBetaCommentExplicit
Definition: opcodes.hpp:231
const int opcodeAddSoulGem
Definition: opcodes.hpp:232
const int opcodeGetButtonPressed
Definition: opcodes.hpp:190
const int opcodeModCurrentDynamic
Definition: opcodes.hpp:354
const int opcodeGetAiPackageDoneExplicit
Definition: opcodes.hpp:13
const int opcodeUndoWerewolfExplicit
Definition: opcodes.hpp:442
const int opcodeChoice
Definition: opcodes.hpp:156
const int opcodeSetAngleExplicit
Definition: opcodes.hpp:466
const int opcodeDisableTeleporting
Definition: opcodes.hpp:275
const int opcodePositionExplicit
Definition: opcodes.hpp:480
const int opcodeTurnMoonRed
Definition: opcodes.hpp:301
const int numberOfMagicEffects
Definition: opcodes.hpp:339
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:473
const int opcodeUndoWerewolf
Definition: opcodes.hpp:441
const int opcodeSetWerewolfAcrobatics
Definition: opcodes.hpp:443
const int opcodeModHelloExplicit
Definition: opcodes.hpp:37
const int opcodeHasItemEquippedExplicit
Definition: opcodes.hpp:105
const int opcodeGetCollidingActorExplicit
Definition: opcodes.hpp:261
const int opcodeGetCurrentAiPackage
Definition: opcodes.hpp:14
const int opcodeGetDynamicGetRatio
Definition: opcodes.hpp:356
const int opcodePcClearExpelledExplicit
Definition: opcodes.hpp:427
const int opcodeGetAttackedExplicit
Definition: opcodes.hpp:241
const int opcodeStreamMusic
Definition: opcodes.hpp:313
const int opcodeSetSkillExplicit
Definition: opcodes.hpp:362
const int opcodeSetJournalIndex
Definition: opcodes.hpp:153
const int opcodeEnableLevitation
Definition: opcodes.hpp:284
const int opcodePCRaiseRankExplicit
Definition: opcodes.hpp:387
const int opcodeMoveExplicit
Definition: opcodes.hpp:498
const int opcodeGetSquareRoot
Definition: opcodes.hpp:251
const int opcodeHasSoulGem
Definition: opcodes.hpp:106
const int opcodePlaySound3D
Definition: opcodes.hpp:316
const int opcodeSetAtStart
Definition: opcodes.hpp:495
const int opcodeRaiseRankExplicit
Definition: opcodes.hpp:429
const int opcodeStartCombatExplicit
Definition: opcodes.hpp:58
const int opcodePlaySound
Definition: opcodes.hpp:314
const int opcodeEnableNameMenu
Definition: opcodes.hpp:179
const int opcodeSetReputationExplicit
Definition: opcodes.hpp:162
const int opcodeSayDone
Definition: opcodes.hpp:312
const int opcodeClearForceRunExplicit
Definition: opcodes.hpp:122
const int opcodeRemoveEffects
Definition: opcodes.hpp:452
const int opcodeGetStartingAngleExplicit
Definition: opcodes.hpp:478
const int opcodeGetStandingActorExplicit
Definition: opcodes.hpp:257
const int opcodeGetPcTraveling
Definition: opcodes.hpp:290
const int opcodeGetDetectedExplicit
Definition: opcodes.hpp:17
const int opcodeGetCollidingPc
Definition: opcodes.hpp:258
const int opcodeUnlockExplicit
Definition: opcodes.hpp:208
const int opcodeHitAttemptOnMe
Definition: opcodes.hpp:273
const int opcodeModScale
Definition: opcodes.hpp:489
const int opcodePositionCell
Definition: opcodes.hpp:481
const int opcodeSetPCCrimeLevel
Definition: opcodes.hpp:374
const int opcodeJournal
Definition: opcodes.hpp:152
const int opcodeGetPCFacRepExplicit
Definition: opcodes.hpp:408
const int opcodeAiTravel
Definition: opcodes.hpp:8
const int opcodeGetWaterLevel
Definition: opcodes.hpp:82
const int opcodeModPCFacRepExplicit
Definition: opcodes.hpp:412
const int opcodeFixmeExplicit
Definition: opcodes.hpp:503
const int opcodeShowExplicit
Definition: opcodes.hpp:280
const int opcodeGetMagicEffect
Definition: opcodes.hpp:366
const int opcodeGetStandingPcExplicit
Definition: opcodes.hpp:255
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:225
const int opcodeUser3Explicit
Definition: opcodes.hpp:511
const int opcodeIsWerewolf
Definition: opcodes.hpp:445
const int opcodeFadeTo
Definition: opcodes.hpp:214
const int opcodeShowVarsExplicit
Definition: opcodes.hpp:278
const int opcodePlayAnimExplicit
Definition: opcodes.hpp:70
const int opcodeSetWaterLevel
Definition: opcodes.hpp:83
const int opcodePlaceAtPc
Definition: opcodes.hpp:486
const int opcodeSameFactionExplicit
Definition: opcodes.hpp:167
const int opcodeGetStatExplicit
Definition: opcodes.hpp:458
const int opcodeAiTravelExplicit
Definition: opcodes.hpp:9
const int opcodeGetAngleExplicit
Definition: opcodes.hpp:470
const int opcodeSetLevelExplicit
Definition: opcodes.hpp:403
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:359
const int opcodeRemoveSoulGem
Definition: opcodes.hpp:234
const int opcodeStopSoundExplicit
Definition: opcodes.hpp:329
const int opcodeGetDisabled
Definition: opcodes.hpp:137
const int opcodePCLowerRankExplicit
Definition: opcodes.hpp:388
const int opcodeGetRaceExplicit
Definition: opcodes.hpp:420
const int opcodeGetSpellExplicit
Definition: opcodes.hpp:382
const int opcodePosition
Definition: opcodes.hpp:479
const int opcodeGetFlee
Definition: opcodes.hpp:48
const int opcodePcGet3rdPerson
Definition: opcodes.hpp:221
const int opcodeGetAiPackageDone
Definition: opcodes.hpp:12
const int opcodePCJoinFactionExplicit
Definition: opcodes.hpp:389
const int opcodeGetMasserPhase
Definition: opcodes.hpp:302
const int opcodePCJoinFaction
Definition: opcodes.hpp:386
const int opcodeFaceExplicit
Definition: opcodes.hpp:62
const int opcodeModRegion
Definition: opcodes.hpp:306
const int opcodeDropExplicit
Definition: opcodes.hpp:237
const int opcodeOnMurder
Definition: opcodes.hpp:434
const int opcodeRemoveSpellEffectsExplicit
Definition: opcodes.hpp:451
const int opcodeLowerRankExplicit
Definition: opcodes.hpp:431
const int opcodeDrop
Definition: opcodes.hpp:236
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:218
const int opcodeGetDynamicExplicit
Definition: opcodes.hpp:349
const int opcodeEnableRest
Definition: opcodes.hpp:186
const int opcodeSetDynamic
Definition: opcodes.hpp:350
const int opcodeHitAttemptOnMeExplicit
Definition: opcodes.hpp:274
const int opcodeClearForceSneakExplicit
Definition: opcodes.hpp:134
const int opcodeModPCFacRep
Definition: opcodes.hpp:411
const int opcodeRemoveItem
Definition: opcodes.hpp:98
const int opcodeSayExplicit
Definition: opcodes.hpp:323
const int opcodeDropSoulGem
Definition: opcodes.hpp:238
const int opcodeLock
Definition: opcodes.hpp:205
const int opcodePlayLoopSound3DExplicit
Definition: opcodes.hpp:327
const int opcodeAddItemExplicit
Definition: opcodes.hpp:95
const int opcodeMoveWorldExplicit
Definition: opcodes.hpp:500
const int opcodeCellChanged
Definition: opcodes.hpp:77
const int opcodeSetSkill
Definition: opcodes.hpp:361
const int opcodeGetPCFacRep
Definition: opcodes.hpp:407
const int opcodeHitOnMe
Definition: opcodes.hpp:271
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:244
const int opcodeMenuTest
Definition: opcodes.hpp:195
const int opcodeUser4Explicit
Definition: opcodes.hpp:513
const int opcodeGetItemCountExplicit
Definition: opcodes.hpp:97
const int opcodeGetLevel
Definition: opcodes.hpp:400
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:436
const int opcodeAddSoulGemExplicit
Definition: opcodes.hpp:233
const int opcodeSetDeleteExplicit
Definition: opcodes.hpp:250
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:252