mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +03:00
Add ExecuteScriptFile();
This commit is contained in:
parent
106c3ef0d8
commit
2f9c8c6894
3 changed files with 8 additions and 2 deletions
|
@ -85,6 +85,7 @@ std::optional<std::reference_wrapper<UserDisplayString>> GetDisplayString(Displa
|
|||
void AssignItemsAndLara();
|
||||
|
||||
|
||||
void ExecuteScriptFile(const std::string& luaFilename);
|
||||
void ExecuteFunction(std::string const & name);
|
||||
void MakeItemInvisible(short id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue