Add name list functions to API

This commit is contained in:
GriffinR
2022-09-30 23:01:00 -04:00
committed by Marcus Huderle
parent 1439599079
commit 4b1498d059
2 changed files with 72 additions and 6 deletions

View File

@@ -39,6 +39,16 @@ public:
Q_INVOKABLE void setMetatileLayerOrder(QList<int> order);
Q_INVOKABLE QList<float> getMetatileLayerOpacity();
Q_INVOKABLE void setMetatileLayerOpacity(QList<float> order);
Q_INVOKABLE QList<QString> getMapNames();
Q_INVOKABLE QList<QString> getTilesetNames();
Q_INVOKABLE QList<QString> getPrimaryTilesetNames();
Q_INVOKABLE QList<QString> getSecondaryTilesetNames();
Q_INVOKABLE QList<QString> getMetatileBehaviorNames();
Q_INVOKABLE QList<QString> getSongNames();
Q_INVOKABLE QList<QString> getLocationNames();
Q_INVOKABLE QList<QString> getWeatherNames();
Q_INVOKABLE QList<QString> getMapTypeNames();
Q_INVOKABLE QList<QString> getBattleSceneNames();
Q_INVOKABLE bool isPrimaryTileset(QString tilesetName);
Q_INVOKABLE bool isSecondaryTileset(QString tilesetName);