Name DeleteLastMapItem
Type Method
Summary Deletes the most recently-added item from the auto-mapper sequence.
Prototype long DeleteLastMapItem();
Description Deletes the most recently-added item from the auto-mapper sequence. You might use this in a trigger to remove a direction that you were not able to go.
VBscript example
world.DeleteLastMapItem
Jscript example
world.DeleteLastMapItem();
PerlScript example
$world->DeleteLastMapItem();
Returns eNoMapItems: Map sequence was empty, nothing was deleted.
eOK: Deleted last entry

See also ...