NvcSaveToXml
Revision as of 10:35, 14 November 2008 by imported>Speedo (created)
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
A command for NVC.
nvcSaveToXml ContainerID filename:string filename:string_var
Saves the data of a container to an XML file.
The file must be saved under the path "..\My Documents\My Games\Oblivion\NVC", though additional sub-folders may be specified in the filename.
- Saved XML files may be loaded later using nvcLoadFromXml.
- For more information about XML, see Wikipedia