FGVersionController 2

Content Idgame-script-library/46475643/ec1715cb
NameFGVersionController
Project site http://www.tt-forums.net/viewtopic.php?f=65&t=69173
Version2
Upload date2013-11-03T11:17:33+00:00
MD5 (partial)ec1715cb
LicenseGPL v2
Download Available ingame
Compatibility
  • Vanilla OpenTTD: >= 1.2.0
Dependencies
Authors
  • idioty
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.