mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Added code (to finish) for executing LUA triggers
This commit is contained in:
parent
0caaab8c52
commit
f0698a3c80
3 changed files with 16 additions and 3 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
|
||||
|
||||
bool ExecuteTrigger(short index);
|
||||
void ExecuteFunction(std::string name);
|
||||
void MakeItemInvisible(short id);
|
||||
std::unique_ptr<GameScriptItemInfo> GetItemById(int id);
|
||||
std::unique_ptr<GameScriptItemInfo> GetItemByName(std::string name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue