Products Applications Downloads Features Wiki forum Store

panel()

From Wiki077
Revision as of 02:41, 5 January 2011 by Greg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


float panel(string path, string panelvaluename)

Returns a panel value from a component. The panelvaluename is one of the panel value names found in the Panel Value list, such as rollover. The path is the location of the panel component, where .. is the parent of the node that panel() is located in.

Examples

panel("/button1", "state")
panel("/field1", "field")

See Also

panelstr(), panelstrp(), panelp()

Personal tools