world.EnableMapping
Enables or disables the auto-mapper
Prototype
void EnableMapping(boolean Enabled);
Description
Use this to enable or disable the inbuilt auto-mapper.
VBscript example
EnableMapping vbTrue
Jscript example
EnableMapping (true);
PerlScript example
EnableMapping (1);
Lua example
EnableMapping (true)
Lua notes
The enabled flag is optional, and defaults to true.
Return value
Nothing.