Template:Gamearray flags: Difference between revisions
Jump to navigation
Jump to search
Created page with "The following values are used with gamearray. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | Yes || 1 || GAMEARRAY_UINT8 || |- | Yes || 2 || GAMEARRAY_INT..." |
No edit summary |
||
Line 1: | Line 1: | ||
{| {{prettytable}} | {| {{prettytable}} | ||
!Exposed!!Value!!Label!!Description!! | !Exposed!!Value!!Label!!Description!! |
Revision as of 17:25, 20 February 2020
Exposed | Value | Label | Description | |
---|---|---|---|---|
Yes | 1 | GAMEARRAY_UINT8 | ||
Yes | 2 | GAMEARRAY_INT16 | ||
Yes | 4 | GAMEARRAY_INT32 | ||
Internal | 8 | GAMEARRAY_RESET | ||
Yes | 16 | GAMEARRAY_RESTORE | ||
Internal | 4096 | GAMEARRAY_READONLY | ||
Internal | 8192 | GAMEARRAY_WARN | ||
Internal | 16384 | GAMEARRAY_NORMAL | ||
Yes | 32768 | GAMEARRAY_INT8 | ||
No | 65536 | GAMEARRAY_UNSIGNED | ||
Yes | 81920 | GAMEARRAY_UINT16 | ||
Yes | 98304 | GAMEARRAY_UINT8 | ||
Yes | 1048576 | GAMEARRAY_BOOLEAN | ||
Internal | 2097152 | GAMEARRAY_WARN |