Data types


Any Value

Description:
    any value


Anything

Description:
    anything, including nothing


Array

Description:
    array of items, each may be of any type


Boolean

Description:
    boolan (true or false)


CharArray

Description:
    array of single character strings:  ["a","b","c","z"]


Group

Description:
    group


grpNull

Description:
    non-existing group. This values is not equal to anything, even to itself.


If Type

Description:
    helper type used in if..then construct


Nothing

Description:
    nothing - no value


Number

Description:
    real number


Object

Description:
    game object (like soldier, vehicle or building)


objNull

Description:
    non-existing object. This values is not equal to anything, even to itself.


Object or Group

Description:
    object or group, if you pass group, leader is considered


Side

Description:
    name of side (see west, east, civilian, resistance)


String

Description:
    ASCII string


While Type

Description:
    helper type used in while..do construct


Matrix

Description:
   
2D Array


Vector

Description:
   
1D Array


Integer

Description:
   
Integer number (..,-2,-1,0,1,2,....)