Merge branch 'master' of https://github.com/huderlem/porymap into slam

This commit is contained in:
garak
2024-02-22 16:20:23 -05:00
50 changed files with 2647 additions and 1554 deletions

View File

@@ -67,6 +67,7 @@ public:
bool needsLayoutDir = true;
bool needsHealLocation = false;
bool scriptsLoaded = false;
QMap<Event::Group, QList<Event *>> events;
QList<Event *> ownedEvents; // for memory management
@@ -85,7 +86,7 @@ public:
int getBorderHeight();
QList<Event *> getAllEvents() const;
QStringList getScriptLabels(Event::Group group = Event::Group::None) const;
QStringList getScriptLabels(Event::Group group = Event::Group::None);
QString getScriptsFilePath() const;
void openScript(QString label);
void removeEvent(Event *);