FGVersionController 1

There is a newer version of this content available. Please use version 2 for new games.

Content Idgame-script-library/46475643/65ac2b74
NameFGVersionController
Project site http://www.tt-forums.net/viewtopic.php?f=65&t=69173
Version1
Upload date2013-11-02T20:57:48+00:00
MD5 (partial)65ac2b74
LicenseGPL v2
Download Only for savegames
Compatibility
Dependencies
Authors
  • idioty
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