NCScriptsDynamicWindows

From Legends of Aria Admin and Modding Wiki
Revision as of 18:54, 9 November 2019 by Gizmo (talk | contribs)
Jump to: navigation, search

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

DynamicWindow Child Functions

DynamicWindow:AddLabel(...)

This child function of the DynamicWindow object allows you to add a label at x,y on the dynamic window.

Example of adding a Label to your DynamicWindow

 CODE BLOCK
 CODE BLOCK
 CODE BLOCK