Atrinik Client 2.5
Data Structures | Enumerations
include/scripts.h File Reference
#include <global.h>

Go to the source code of this file.

Data Structures

struct  script

Enumerations

enum  CmdFormat {
  ASCII, SHORT_ARRAY, INT_ARRAY, SHORT_INT,
  MIXED, STATS, NODATA
}

Detailed Description

Handles scripts structures and function prototype declarations.

Definition in file scripts.h.


Enumeration Type Documentation

enum CmdFormat

Command format.

Enumerator:
ASCII 

Regular ASCII string.

SHORT_ARRAY 

Array of shorts.

INT_ARRAY 

Integer array.

SHORT_INT 

Short and integer.

MIXED 

Mixed data.

STATS 

The stats command.

NODATA 

No data.

Definition at line 36 of file scripts.h.