Atrinik Server 2.5
Defines
Money string modes

Defines

#define MONEYSTRING_NOTHING   0
#define MONEYSTRING_AMOUNT   1
#define MONEYSTRING_ALL   -1

Detailed Description

Modes used for _money_block and get_money_from_string().


Define Documentation

#define MONEYSTRING_ALL   -1

The string was "all".

Definition at line 148 of file global.h.

#define MONEYSTRING_AMOUNT   1

Got a valid amount of money from string.

Definition at line 146 of file global.h.

#define MONEYSTRING_NOTHING   0

Invalid string (did not include any valid amount).

Definition at line 144 of file global.h.