GetVersion

From Catglobe Wiki
Revision as of 12:47, 21 December 2011 by Cg van (talk | contribs)
Jump to: navigation, search



getVersion

Gets the current version of CGScript

Syntax

getVersion()

Arguments

none.

Return type

array

Examples

array v = getVersion();

print(v);

Result: {CatGlobe scripting language version 0.5 beta}

Availability

Version 4.8