GetVersion
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
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