Declared in OGWMap.h

OGWMapType

A list of predefined map types. Use them as you see fit, or define your own types. This enum exists mainly to access maps by type rather than string.

Definition

typedef NS_ENUM(int16_t, OGWMapType ) {
   OGWMapTypeCustom = 0,
   OGWMapTypeCollision,
   OGWMapTypeEvents,
   OGWMapTypeItems,
   OGWMapTypePathfinding,
   OGWMapTypeHeatmap,
   OGWMapTypeHeightmap,
};

Constants

OGWMapTypeCustom

custom map type

Declared In OGWMap.h.

OGWMapTypeCollision

Map that defines blocking and other attributes that affect movement.

Declared In OGWMap.h.

OGWMapTypeEvents

Map that defines events, meaning locations where events are generated when the location is entered.

Declared In OGWMap.h.

OGWMapTypeItems

An item map defines the types and layout of items in an inventory or on the map.

Declared In OGWMap.h.

OGWMapTypePathfinding

A map optimized for pathfinding algorithms.

Declared In OGWMap.h.

OGWMapTypeHeatmap

A heat map that may be used by AI.

Declared In OGWMap.h.

OGWMapTypeHeightmap

A height map that could be used by the renderer and game logic.

Declared In OGWMap.h.

Declared In

OGWMap.h