mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Enable clearing scheduled scripts
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
void skipTo(double time);
|
||||
void skipTo(const std::string& timeStr);
|
||||
|
||||
void clearSchedule();
|
||||
|
||||
std::queue<std::string> scheduledScripts(double newTime);
|
||||
std::queue<std::string> scheduledScripts(const std::string& timeStr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user