FGVersionController 1
There is a newer version of this content available. Please use version 2 for new games.
Content Id | game-script-library/46475643/65ac2b74 |
---|---|
Name | FGVersionController |
Project site | http://www.tt-forums.net/viewtopic.php?f=65&t=69173 |
Version | 1 |
Upload date | 2013-11-02T20:57:48+00:00 |
MD5 (partial) | 65ac2b74 |
License | GPL v2 |
Download | Only for savegames |
Compatibility |
|
Dependencies |
|
Authors | |
Description |
This library help to use new features of GS, while the old versions of OpenTTD remain supported. And usage is simple: create an instance of this class (with minimum supported system): this.versionController = FGVersionController(1, 3, 1); and example test: if (this.versionController.IsCurrentVersionLessThan(1, 3, 0) {…} Full documentation: http://feca.homedns.org/documentations/FGVersionController/index.html Forum: http://www.tt-forums.net/viewtopic.php?f=65&t=69173 |