Flags
Flags seem to be a 32bit word
Some bits are used to represent several flags
Some bits are used to represent several flags
| Bit | Integer | Flags | ||
| 2^1 | 2 | |||
| 2^2 | 4 | |||
| 2^3 | 8 | |||
| 2^4 | 16 | |||
| 2^5 | 32 | |||
| 2^6 | 64 | |||
| 2^7 | 128 | |||
| 2^8 | 256 | |||
| 2^9 | 512 | |||
| 2^10 | 1024 | |||
| 2^11 | 2048 | |||
| 2^12 | 4096 | |||
| 2^13 | 8192 | |||
| 2^14 | 16384 | |||
| 2^15 | 32768 | [Find.SEN] | (Find.Collectable.Rocks) | |
| 2^16 | 65536 | [Find.HEN] | ||
| 2^17 | 131072 | [Find.SON] | [Find.DockingAllowed] | |
| 2^18 | 262144 | [Find.Visible] | ||
| 2^19 | 524288 | [Find.RaceLogicEnabled] | ||
| 2^20 | 1048576 | [Find.IncludeDocked] | ||
| 2^21 | 2097152 | |||
| 2^22 | 4194304 | [Find.ForceUsePos] | ||
| 2^23 | 8388608 | [Find.IllegalWare] | ||
| 2^24 | 16777216 | [Find.Random] | ||
| 2^25 | 33554432 | [Find.Nearest] | ||
| 2^26 | 67108864 | [Find.ExactJumps] | ||
| 2^27 | 134217728 | [Find.Enemy] | ||
| 2^28 | 268435456 | [Find.Neutral] | ||
| 2^29 | 536870912 | [Find.Friend] | ||
| 2^30 | 1073741824 | [Find.Multiple] | ||
| 2^31 | 2147483648 | [Find.TypeAsWareCategory] |