VARIABLE_TYPE


This module has been removed in release 14.0.0. Use Script module instead.

Describe variable types.

You can find more information in comments below.

enum VARIABLE_TYPE
    {
        vtString,      // Variable is string 
        vtIdentifier,  // Variable is identifier 
        vtInteger,     // Variable is integer 
        vtFloat,       // Variable is float 
        vtRange,       // Variable is range(have 2 items: from..to) 
        vtArray        // Variable is array of other values 
    };
Namespace: nitisa::scripting
Include: Nitisa/Modules/Scripting/Enums.h