DumpTileInfo

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Outputs all XML traits and their values of a specified XML element. If no element is specified or it doesn't exist - will provide info on menu element currently highlighted by the mouse cursor.

Syntax

[help]
DumpTileInfo DumpToFile:int{0-1} ComponentPath:string

Example

DumpTileInfo 0 "HudMainMenu"

Will print out in console all XML traits of "HudMainMenu".

DumpTileInfo

Will print out in console all XML traits of currently active tile.

DumpTileInfo 1 "HudMainMenu"

Will output in SUPNVSE.log all XML traits of "HudMainMenu".

DumpTileInfo 1

Will output in SUPNVSE.log all XML traits of currently active tile.

See Also