Difference between revisions of "NCScriptsDynamicWindows"
Line 3: | Line 3: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DynamicWindow(...)</p> || This is the main dynamic window object creator, you can use many of its child functions to create your dynamic window | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DynamicWindow(...)</p> || This is the main dynamic window object creator, you can use many of its child functions to create your dynamic window. |
|} | |} | ||
</center> | </center> | ||
<p style="width: 60%;margin: 0 auto">Example of creating a DynamicWindow object</p> | <p style="width: 60%;margin: 0 auto">Example of creating a DynamicWindow object</p> | ||
+ | <div style="width:60%;margin: 0 auto"> | ||
+ | CODE BLOCK | ||
+ | CODE BLOCK | ||
+ | CODE BLOCK | ||
+ | </div> | ||
+ | <p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">DynamicWindow Child Functions</p> | ||
+ | <center> | ||
+ | {| class="wikitable" | style="width: 60%" | ||
+ | |- | ||
+ | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DynamicWindow:AddLabel(...)</p> || This child function of the DynamicWindow object allows you to add a label at x,y on the dynamic window. | ||
+ | |} | ||
+ | </center> | ||
+ | <p style="width: 60%;margin: 0 auto">Example of adding a Label to your DynamicWindow</p> | ||
<div style="width:60%;margin: 0 auto"> | <div style="width:60%;margin: 0 auto"> | ||
CODE BLOCK | CODE BLOCK |
Revision as of 18:54, 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
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