Content


NTL
Core
PrefixType

PrefixType


Enumeration representing possible prefix types used in the module.

You can find more information in comments below.

enum class PrefixType
{
    None, // No prefix 
    L, // wstring 
    U, // 32-bit 
    u, // 16-bit 
    u8, // 8-bit 

    Custom // Custom prefix (none of the above) 
};
Namespace: nitisa::script
Include: Nitisa/Modules/Script/Core/PrefixType.h