WoW:XML/Scripts

From AddOn Studio
< XML
Revision as of 04:49, 15 August 2023 by Move page script (talk) (Move page script moved page XML/Scripts to XML/Scripts without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XML UI ← XML properties < Scripts

Holds Lua event 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 Script 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