2005/5/9

     
 

CfgScript Types

artefaktur

| Syntax Elements | Source | Preprocessor | Types | Expressions | Backtick Expressions | Statements | Class | Logging |

CfgScript supports a rich type system

See also:  Variable Declaration
Sub chapter pages:

AnyType is a representiv for any other type, like Basic Type, Object Type, Array Type.

Basic types are the common atomar value types.

All CfgScript types based on ACDK Object.

Array types are implemented as an Array of Elements.

An enum is a collection of integer types.

Property provides an hierarchical string indexed container.