DumpTileInfo
From GECK
A function added by the SUP NVSE Plugin.
Contents
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
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.