mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Implement TestCells (feature #5219)
This commit is contained in:
parent
31c5c6d993
commit
24ce242941
14 changed files with 247 additions and 43 deletions
|
@ -89,6 +89,8 @@ namespace Compiler
|
|||
void registerExtensions (Extensions& extensions)
|
||||
{
|
||||
extensions.registerFunction ("cellchanged", 'l', "", opcodeCellChanged);
|
||||
extensions.registerInstruction("testcells", "", opcodeTestCells);
|
||||
extensions.registerInstruction("testinteriorcells", "", opcodeTestInteriorCells);
|
||||
extensions.registerInstruction ("coc", "S", opcodeCOC);
|
||||
extensions.registerInstruction ("centeroncell", "S", opcodeCOC);
|
||||
extensions.registerInstruction ("coe", "ll", opcodeCOE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue