Name Mapping
Type Property
Summary A flag to indicate whether we are mapping the world
Prototype boolean Mapping;
Description This property controls whether automatic mapping takes place as you walk around.
VBscript example
world.note world.Mapping
Jscript example
world.note(world.Mapping);
PerlScript example
$world->note ($world->{Mapping});
Returns TRUE if mapping is enabled
FALSE if mapping is NOT enabled

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

See also ...