GetDimensions
From IfsoGUIWiki
Internal Function - Should only be called by the GUI and or a gadget.
Contents |
Declaration
GetDimensions:String(strName:String, strSkin:String = "")
Gets the dimensions from the dimension file for the gadgets graphics. Returns the entire line that begins with strName.
Returns
Line of text from the dimensions file that starts with strName.
Parameters
- strName:String - text that should match the beginning of the line form the dimensions file.
- strSkin:String = "" - Path of the skin to load if loading a skin for just one instance of a gadget. Defaults to "".
Gadget Information
Internal Function - Should only be called by the GUI and or a gadget.
