mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-24 09:36:11 -05:00
Add getMetatile functions to API (layerType, encounterType, terrainType, Behavior, Tile)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user