mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
CSM/SSM: Add on_mods_loaded callback (#7411)
* CSM/SSM: Add on_mods_loaded callback
This commit is contained in:
parent
a2de439a91
commit
ccc3af128c
12 changed files with 50 additions and 0 deletions
|
@ -37,6 +37,9 @@ class ClientEnvironment;
|
|||
class ScriptApiClient : virtual public ScriptApiBase
|
||||
{
|
||||
public:
|
||||
// Calls when mods are loaded
|
||||
void on_mods_loaded();
|
||||
|
||||
// Calls on_shutdown handlers
|
||||
void on_shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue