Expand description
Modules§
- parser
- Contains all the parser functions.
Structs§
- Coords
Iter - Contains data structure for 2D MovingAI maps.
This represents a coordinate iterator for a
Map2D
. - Moving
AiMap - Contains data structure for 2D MovingAI maps. An immutable representation of a MovingAI map.
- Scene
Record - Contains data structure for 2D MovingAI maps. Represent a row (scene) in a scene file.
Enums§
- Parse
Error - Contains data structure for 2D MovingAI maps. An error that can occur when parsing a map.
Traits§
- Map2D
- Contains data structure for 2D MovingAI maps. A trait representing common operations that can be performed on 2D Maps representations.
Type Aliases§
- Coords2D
- Contains data structure for 2D MovingAI maps. Store coordinates in the (x,y) format.