WoW:XML/BackdropTemplate: Difference between revisions

no edit summary
No edit summary
Line 19: Line 19:
</KeyValues>
</KeyValues>
</pre>
</pre>
== Example ==
<pre>
<Frame name="MyFrame" inherits="BackdropTemplate">
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_DIALOG_32_32" type="global" />
</KeyValues>
</Frame>
</pre>
This example will set a variable named 'myvar' with a number value of '0', when the frame is created.


== Configuration ==
== Configuration ==