Name RemoveMapReverses
Type Property
Summary A flag to indicate whether we backtracks are removed during mapping
Prototype boolean RemoveMapReverses;
Description This property controls whether backtracks are removed from the auto-mapper as you walk around.
VBscript example
world.note world.RemoveMapReverses
Jscript example
world.note(world.RemoveMapReverses);
PerlScript example
$world->note ($world->{RemoveMapReverses});
Returns TRUE if backtracks are removed
FALSE if backtracks are NOT removed

Note: TRUE is a non-zero value, FALSE is the value 0.

See also ...