mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Console command "reload lua"
This commit is contained in:
parent
9d09ecf8ca
commit
d5cda61855
10 changed files with 58 additions and 3 deletions
|
@ -338,6 +338,7 @@ namespace Compiler
|
|||
extensions.registerFunction ("repairedonme", 'l', "S", opcodeRepairedOnMe, opcodeRepairedOnMeExplicit);
|
||||
extensions.registerInstruction ("togglerecastmesh", "", opcodeToggleRecastMesh);
|
||||
extensions.registerInstruction ("help", "", opcodeHelp);
|
||||
extensions.registerInstruction ("reloadlua", "", opcodeReloadLua);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -319,6 +319,7 @@ namespace Compiler
|
|||
const int opcodeGetDisabledExplicit = 0x200031c;
|
||||
const int opcodeStartScriptExplicit = 0x200031d;
|
||||
const int opcodeHelp = 0x2000320;
|
||||
const int opcodeReloadLua = 0x2000321;
|
||||
}
|
||||
|
||||
namespace Sky
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue