mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Add preliminary implementation of PayFine, PayFineThief and GoToJail instructions
This commit is contained in:
parent
baf55df7a1
commit
6f9113fe88
10 changed files with 65 additions and 14 deletions
|
@ -244,6 +244,9 @@ namespace Compiler
|
|||
extensions.registerFunction ("getpcjumping", 'l', "", opcodeGetPcJumping);
|
||||
extensions.registerInstruction ("wakeuppc", "", opcodeWakeUpPc);
|
||||
extensions.registerInstruction ("playbink", "Sl", opcodePlayBink);
|
||||
extensions.registerInstruction ("payfine", "", opcodePayFine);
|
||||
extensions.registerInstruction ("payfinethief", "", opcodePayFineThief);
|
||||
extensions.registerInstruction ("gotojail", "", opcodeGoToJail);
|
||||
extensions.registerFunction ("getlocked", 'l', "", opcodeGetLocked, opcodeGetLockedExplicit);
|
||||
extensions.registerFunction ("geteffect", 'l', "S", opcodeGetEffect, opcodeGetEffectExplicit);
|
||||
extensions.registerInstruction ("addsoulgem", "cc", opcodeAddSoulGem, opcodeAddSoulGemExplicit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue