mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Implement RemoveEffects instruction
This commit is contained in:
parent
7d8ca91286
commit
b4230f716e
5 changed files with 30 additions and 3 deletions
|
@ -393,6 +393,8 @@ namespace Compiler
|
|||
opcodeRemoveSpellExplicit);
|
||||
extensions.registerInstruction ("removespelleffects", "c", opcodeRemoveSpellEffects,
|
||||
opcodeRemoveSpellEffectsExplicit);
|
||||
extensions.registerInstruction ("removeeffects", "l", opcodeRemoveEffects,
|
||||
opcodeRemoveEffectsExplicit);
|
||||
extensions.registerFunction ("getspell", 'l', "c", opcodeGetSpell, opcodeGetSpellExplicit);
|
||||
|
||||
extensions.registerInstruction("pcraiserank","/S",opcodePCRaiseRank);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue