|
Crossfire Server
1.75.0
|
The different type values that may be present in a map2 command. More...
Macros | |
| #define | MAP2_TYPE_CLEAR 0x0 |
| #define | MAP2_TYPE_DARKNESS 0x1 |
| #define | MAP2_TYPE_LABEL 0x2 |
The different type values that may be present in a map2 command.
These are described in the protocol entry in more detail. These values are sent in the bottom 5 bits of their byte, the top 3 are for the length of the data that is sent.
| #define MAP2_TYPE_CLEAR 0x0 |
Definition at line 42 of file newclient.h.
Referenced by check_space_for_heads(), and draw_client_map2().
| #define MAP2_TYPE_DARKNESS 0x1 |
Definition at line 43 of file newclient.h.
Referenced by draw_client_map2().
| #define MAP2_TYPE_LABEL 0x2 |
Definition at line 44 of file newclient.h.
Referenced by map2_add_label().