Atrinik Server 2.5
Defines
Float multiplication

Defines

#define FLOAT_MULTI   100000
#define FLOAT_MULTF   100000.0

Detailed Description

These are multiplication values that should be used when changing floats to ints, and vice versa.


Define Documentation

#define FLOAT_MULTF   100000.0

Float representation (int to float)

Definition at line 81 of file newclient.h.

#define FLOAT_MULTI   100000

Integer representation (float to int)

Definition at line 79 of file newclient.h.