Difference between revisions of "NvcSaveToXml"
Jump to navigation
Jump to search
imported>Speedo (created) |
imported>Speedo m |
||
Line 10: | Line 10: | ||
The file must be saved under the path "..\My Documents\My Games\Oblivion\NVC", though additional sub-folders may be specified in the filename. | The file must be saved under the path "..\My Documents\My Games\Oblivion\NVC", though additional sub-folders may be specified in the filename. | ||
*For more information about XML, see [http://en.wikipedia.org/wiki/Xml Wikipedia] | *For more information about XML, see [http://en.wikipedia.org/wiki/Xml Wikipedia] | ||
==See Also== | |||
*[[nvcLoadFromXml]] | |||
[[Category:Functions (NVC)]] | [[Category:Functions (NVC)]] |
Revision as of 10:41, 14 November 2008
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.
- For more information about XML, see Wikipedia