mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 12:50:37 -05:00
Deregister all inline scripts on SCRIPTING_SHUTDOWN
This commit is contained in:
@@ -15,6 +15,7 @@ class InlineScript {
|
||||
public:
|
||||
InlineScript();
|
||||
InlineScript(const InlineScript &);
|
||||
~InlineScript();
|
||||
|
||||
enum Type { INLINE, FILE };
|
||||
|
||||
@@ -34,6 +35,8 @@ public:
|
||||
|
||||
void ResolveVariablesToFixedValues();
|
||||
|
||||
static void DeregisterAll();
|
||||
|
||||
private:
|
||||
void Setup();
|
||||
void SetupFile();
|
||||
|
||||
Reference in New Issue
Block a user