Difference between revisions of "NvcSaveToXml"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
(created)
 
imported>Speedo
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Beta}}
__NOTOC__
__NOTOC__


Line 10: Line 9:
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.


*Saved XML files may be loaded later using [[nvcLoadFromXml]].
*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)]]

Latest revision as of 01:20, 26 November 2008


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

See Also[edit | edit source]