Difference between revisions of "NCScriptsDynamicWindows"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Created page with "<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">DynamicWindow Object</p> <center> {| class="wikitable" | style="width: 60%" |- |style="width: 40%"| <p style...")
 
Line 6: Line 6:
 
|}
 
|}
 
</center>
 
</center>
<p style="width: 60%;margin: 0 auto">Example of handling the LoadedFromBackup event</p>
+
<p style="width: 60%;margin: 0 auto">Example of creating a DynamicWindow object</p>
 
<div style="width:60%;margin: 0 auto">
 
<div style="width:60%;margin: 0 auto">
 
   CODE BLOCK
 
   CODE BLOCK

Revision as of 18:50, 9 November 2019

DynamicWindow Object

DynamicWindow(...)

This is the main dynamic window object creator, you can use many of its child functions to create your dynamic window..

Example of creating a DynamicWindow object

 CODE BLOCK
 CODE BLOCK
 CODE BLOCK