Add InvokeOnUpdate to C++ scripting api
This commit is contained in:
@@ -230,6 +230,11 @@ public:
|
||||
|
||||
static void ProcessBuildInfoPath(String& path, const String& projectFolderPath);
|
||||
|
||||
/// <summary>
|
||||
/// Calls the given action on the next scripting update.
|
||||
/// </summary>
|
||||
/// <param name="action">The action to invoke.</param>
|
||||
static void InvokeOnUpdate(const Function<void()>& action);
|
||||
private:
|
||||
|
||||
static bool LoadBinaryModules(const String& path, const String& projectFolderPath);
|
||||
|
||||
Reference in New Issue
Block a user