SAKEFieldType

GameSpy SDK

SAKEFieldType

Indicates the type of data stored in a field.

typedef enum 
{
SAKEFieldType_BYTE,    
SAKEFieldType_SHORT,    
SAKEFieldType_INT,    
SAKEFieldType_FLOAT,    
SAKEFieldType_ASCII_STRING,    
SAKEFieldType_UNICODE_STRING,    
SAKEFieldType_BOOLEAN,    
SAKEFieldType_DATE_AND_TIME,    
SAKEFieldType_BINARY_DATA,    
SAKEFieldType_NUM_FIELD_TYPES    
} SAKEFieldType;

Remarks

The value for a field is stored in a SAKEValue union.

Section Reference: Gamespy Sake SDK

See Also: SAKEField, SAKEBinaryData