Name Save
Type Method
Summary Saves world configuration.
Prototype boolean Save(BSTR Name);
Description Saves the current world, under the specified filename. Supply a blank file name to save under the current name.
VBscript example
World.save ""   ' Saves under current name
Jscript example
world.Save("");   // Saves under current name
PerlScript example
$world->Save("");   # Saves under current name
Returns eOK: saved OK
any other value: not saved