limits.zh#
Variables#
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
|
const int |
Variable descriptions#
const int CHAR_BIT = 8
π Source
Number of bits in one byte.
const int SHORT_BIT = 16
π Source
Number of bits in one short.
const int INT_BIT = 18
π Source
Number of bits in one int.
const int CHAR_MIN = -128
π Source
Minimum value of a signed byte.
const int SCHAR_MIN = -128
π Source
Minimum value of a signed byte.
const int SBYTE_MIN = -128
π Source
Minimum value of a signed byte.
const int SBYTE_MAX = 127
π Source
Maximum values of a signed byte.
const int CHAR_MAX = 127
π Source
Maximum values of a signed byte.
const int BYTE_MIN = 0
π Source
Minimum values of a signed byte.
const int SCHAR_MAX = 127
π Source
Maximum values of a signed byte.
const int UCHAR_MAX = 255
π Source
Minimum value of an unsigned byte.
const int BYTE_MAX = 255
π Source
Minimum value of an unsigned byte.
const int USHRT_MIN = 0
π Source
Minimum value of an unsigned short.
const int WORD_MIN = 0
π Source
Minimum value of an unsigned short.
const int SHORT_MIN = -32768
π Source
Minimum value of a signed short.
const int SSHRT_MIN = -32768
π Source
Minimum value of a signed short.
const int WORD_MAX = 65535
π Source
Maximum value of an unsigned short.
const int USHRT_MAX = 65535
π Source
Maximum value of an unsigned short.
const int SHORT_MAX = 32767
π Source
Maximum value of a signed short.
const int SSHRT_MAX = 32767
π Source
Maximum value of a signed short.
const int INT_MIN = -214748
π Source
Minimum value of an int.
const int INT_MAX = 214748
π Source
Maximum value of an int.
const int LONG_MIN = -214748
π Source
Minimum value of an int.
const int FLOAT_MIN = -214748
π Source
Minimum value of a ZScript βfloatβ (int with fixed four-decimal places).
const int FLOAT_MAX = 214748
π Source
Maximum value of a ZScript βfloatβ (int with fixed four-decimal places).
const int COUNTER_MIN = 0
π Source
Game Elements
const int COUNTER_MAX = 65535
π Source
const int DCOUNTER_MAX = 32767
π Source