requiredVersion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


[[Boolean]]
[[Boolean]]
'''Compatibility:'''
Added in version '''1.21'''


'''Description:'''
'''Description:'''

Revision as of 00:44, 17 April 2006

back to COMREF

requiredVersion version


Operand types:

version: String

Type of returned value:

Boolean

Compatibility:

Added in version 1.21

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"