Add getMetatile functions to API (layerType, encounterType, terrainType, Behavior, Tile)

This commit is contained in:
GriffinR
2021-11-23 14:40:41 -05:00
committed by huderlem
parent 702497c4d8
commit 26f0042ff4
4 changed files with 58 additions and 23 deletions

View File

@@ -20,6 +20,7 @@ class Scripting
public:
Scripting(MainWindow *mainWindow);
static QJSValue fromBlock(Block block);
static QJSValue fromTile(Tile tile);
static QJSValue dimensions(int width, int height);
static QJSEngine *getEngine();
static void init(MainWindow *mainWindow);