FGVersionController 2
Content Id | game-script-library/46475643/ec1715cb |
---|---|
Name | FGVersionController |
Project site | http://www.tt-forums.net/viewtopic.php?f=65&t=69173 |
Version | 2 |
Upload date | 2013-11-03T11:17:33+00:00 |
MD5 (partial) | ec1715cb |
License | GPL v2 |
Download | Available ingame |
Compatibility |
|
Dependencies |
|
Authors | |
Description |
This library help to use new features of GS, while the old versions of OpenTTD remain supported. Usage is simple: create an instance of this class (with minimum supported system): this.versionController = FGVersionController(1, 3, 1); and example test: this.versionController.IsCurrentVersionLessThan(1, 3, 0) doc: http://feca.homedns.org/documentations/FGVersionController/index.html http://www.tt-forums.net/viewtopic.php?f=65&t=69173 Special thanks for krinn from tt-forums.net. |