Allow non-local script functions to be called from outside the script
This commit is contained in:
@@ -36,6 +36,9 @@ public:
|
||||
EvalValue* GetVariable(const string& key);
|
||||
bool HasVariable(const string& key);
|
||||
|
||||
EvalValue* CallFunction(const string& key, vector<EvalValue*> variables);
|
||||
bool HasFunction(const string& key);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user