requiredVersion

From Bohemia Interactive Community
Revision as of 19:41, 15 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

requiredVersion version

Operand types:

version: String

Type of returned value:

Boolean

Description:

Check if version of application is available. If not, show warning message and return false.

Version format is "Major.Minor", e.g. "1.30".

Example:

requiredVersion "1.30"