Tag

Contains information about a named Entity.

About

The function <TagManager::GetTagFromName> returns this.

Summary
TagContains information about a named Entity.
Member Functions
GetMapName
GetPos
GetID

Member Functions

GetMapName

string GetMapName()

Returns:

The Map name that this Entity exists in.  The Map may or may not be loaded.

GetPos

Vector2 GetPos()

Returns:

A Vector2 object containing the Entity’s position.

GetID

number GetID()

Returns:

The Entity’s ID or <C_ENTITY_NONE> if the Entity has not been loaded yet.

The Entity object.
A map is a single area that can be any size and contain any amount of tiles, including Entities and TilePic’s.
The Vector2 object.