-
-
Notifications
You must be signed in to change notification settings - Fork 45
Asset API
Benjamen Meyer edited this page Feb 2, 2023
·
1 revision
Starting with Vega Strike Engine 0.8.x there is now an Engine API detection method available for game assets to utilize. This wiki page contains the version and changelog for it.
Introduces the Engine API detection tooling. The Engine API itself is otherwise identical to Asset API 0.
Game Assets can now utilize the EngineVersionData
object to retrieve the game version (e.g. 0.8.0, 0.8.1, 0.9.0) and the Asset API Version, thus allowing Game Assets to determine compatibility with the game engine.
This is the default value and matches any engine prior to the introduction of the Asset API.