Go to the source code of this file.
|
enum | map_cell_types : int8_t {
CELL_WALKABLE_SHOOTABLE_GROUND_0 = 0
, CELL_NONWALKABLE_GROUND = 1
, CELL_WALKABLE_SHOOTABLE_2 = 2
, CELL_WALKABLE_SHOOTABLE_WATER = 3
,
CELL_WALKABLE_SHOOTABLE_4 = 4
, CELL_CLIFF_ONLY_SHOOTABLE_5 = 5
, CELL_WALKABLE_SHOOTABLE_6 = 6
, CELL_HAS_NPC
,
CELL_BASILICA
, CELL_LAND_PROTECTOR
, CELL_NO_VENDING
, CELL_NO_CHAT
,
CELL_ICE_WALL
, CELL_NO_ICE_WALL
} |
|
◆ map_cell_types
Enumerator |
---|
CELL_WALKABLE_SHOOTABLE_GROUND_0 | |
CELL_NONWALKABLE_GROUND | |
CELL_WALKABLE_SHOOTABLE_2 | |
CELL_WALKABLE_SHOOTABLE_WATER | |
CELL_WALKABLE_SHOOTABLE_4 | |
CELL_CLIFF_ONLY_SHOOTABLE_5 | |
CELL_WALKABLE_SHOOTABLE_6 | |
CELL_HAS_NPC | |
CELL_BASILICA | |
CELL_LAND_PROTECTOR | |
CELL_NO_VENDING | |
CELL_NO_CHAT | |
CELL_ICE_WALL | |
CELL_NO_ICE_WALL | |
34{
42
50};
@ CELL_NO_VENDING
Definition: MapDefinitions.hpp:46
@ CELL_BASILICA
Definition: MapDefinitions.hpp:44
@ CELL_NONWALKABLE_GROUND
Definition: MapDefinitions.hpp:36
@ CELL_LAND_PROTECTOR
Definition: MapDefinitions.hpp:45
@ CELL_WALKABLE_SHOOTABLE_2
Definition: MapDefinitions.hpp:37
@ CELL_CLIFF_ONLY_SHOOTABLE_5
Definition: MapDefinitions.hpp:40
@ CELL_WALKABLE_SHOOTABLE_GROUND_0
Definition: MapDefinitions.hpp:35
@ CELL_HAS_NPC
Definition: MapDefinitions.hpp:43
@ CELL_WALKABLE_SHOOTABLE_6
Definition: MapDefinitions.hpp:41
@ CELL_ICE_WALL
Definition: MapDefinitions.hpp:48
@ CELL_WALKABLE_SHOOTABLE_4
Definition: MapDefinitions.hpp:39
@ CELL_NO_CHAT
Definition: MapDefinitions.hpp:47
@ CELL_NO_ICE_WALL
Definition: MapDefinitions.hpp:49
@ CELL_WALKABLE_SHOOTABLE_WATER
Definition: MapDefinitions.hpp:38