WoW:XML/Scripts: Difference between revisions

From AddOn Studio
< XML
Jump to navigation Jump to search
(Created page with "{{uixmlprop}} Holds handler script elements which run code for a given event the element. == Inheritance == Inherits: none, Contained in: <Frame>, <[[XML/Animat...")
 
No edit summary
Line 1: Line 1:
{{uixmlprop}}
{{uixmlprop}}
Holds handler [[XML/Script]] type elements which run code for a given element event.
Holds handler [[XML/Script]] type elements which run code for a given element event. See [[XML/Script]].


== Inheritance ==
== Inheritance ==

Revision as of 17:25, 22 August 2022

XML UI ← XML properties < Scripts

Holds handler XML/Script type elements which run code for a given element event. See XML/Script.

Inheritance

Inherits: none, Contained in: <Frame>, <Animation>, <AnimationGroup>.

Elements

<Script> (only one of each specific type)

Attributes

none

Description

Some types of elements can have handlers which run Lua code. This property provides the set of specific handler scripts for that element. Only one script of each type can be provided.

See also