2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Initial CScriptSpecialFunction implementations

This commit is contained in:
2018-05-19 22:01:17 -07:00
parent d2c2af326d
commit 259a2d431c
6 changed files with 412 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ public:
bool IsWorldVisible(TAreaId) const;
bool IsAreaVisible(TAreaId) const;
bool IsAnythingSet() const;
void SetMapStationUsed(bool val) { x38_mapStationUsed = val; }
};
}