Retrieves a map area from a position.
Retrieves a map area from a position.
[Visual Basic] Public Default Property ReadOnly Item(ByVal Position) As MapArea
[C#] public MapArea this[Position] { get; }
[C++] public: __property MapArea* get_Item(Position*);
Retrieves a map area from an entry.
[Visual Basic] Public Default Property ReadOnly Item(ByVal Integer) As MapArea
[C#] public MapArea this[int] { get; }
[C++] public: __property MapArea* get_Item(int);
Retrieves a map area from area coordinates.
[Visual Basic] Public Default Property ReadOnly Item(ByVal Integer,ByVal Integer) As MapArea
[C#] public MapArea this[int,int] { get; }
[C++] public: __property MapArea* get_Item(int,int);
MapEngine Class | croemud.map Namespace