Difference between revisions of "NDOIO"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <center><p style="width: 60%">[[NDOIA|A]][[NDOIB|B]][[NDOIC|C]][[NDOID|D]][[NDOIE|E]][[NDOIF|F]][[NDOIG|G]][[NDOIH|H]][[NDOII|I]][[NDOIJ|J]][[NDOIK|K]][[NDOIL|L]][[NDOIM|M]][[NDOIN|N]][[NDOIO|O]][[NDOIP|P]][[NDOIQ|Q]][[NDOIR|R]][[NDOIS|S]][[NDOIT|T]][[NDOIU|U]][[NDOIV|V]][[NDOIW|W]][[NDOIX|X]][[NDOIY|Y]][[NDOIZ|Z]]</p></center> | + | <p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]] [[NDServerIndexScriptsMain|[Lua Examples]]]</p> |
+ | <center><p style="width: 60%">[[NDOIA|A]] [[NDOIB|B]] [[NDOIC|C]] [[NDOID|D]] [[NDOIE|E]] [[NDOIF|F]] [[NDOIG|G]] [[NDOIH|H]] [[NDOII|I]] [[NDOIJ|J]] [[NDOIK|K]] [[NDOIL|L]] [[NDOIM|M]] [[NDOIN|N]] [[NDOIO|O]] [[NDOIP|P]] [[NDOIQ|Q]] [[NDOIR|R]] [[NDOIS|S]] [[NDOIT|T]] [[NDOIU|U]] [[NDOIV|V]] [[NDOIW|W]] [[NDOIX|X]] [[NDOIY|Y]] [[NDOIZ|Z]]</p></center> | ||
<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Object Functions & Examples</p> | <p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Object Functions & Examples</p> | ||
<center> | <center> | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">OpenDynamicWindow() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">OpenDynamicWindow()</p>Params<br>dynamicwindow - dynamic window object to send to the user<br>gameobject - object to send dynamicwindowresponse event to || Send a constructed dynamic window object to a client. |
+ | |} | ||
+ | </center> | ||
+ | <p style="width: 60%;margin: 0 auto">Example</p> | ||
+ | <div style="width:60%;margin: 0 auto"> | ||
+ | CODE EXAMPLE BLOCK | ||
+ | </div> | ||
+ | |||
+ | <center> | ||
+ | {| class="wikitable" | style="width: 60%" | ||
+ | |- | ||
+ | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">OpenCustomContextMenu()</p>Params<br>responseid - response id<br>menutitle - menu title string<br>table - array of menu options<br>gameobject - object to recieve the response event || Opens a radial menu on the attached user with the specified options | ||
+ | NOTE: This only works on objects with an attached player. | ||
|} | |} | ||
</center> | </center> |
Latest revision as of 08:09, 27 November 2019
Object Functions & Examples
OpenDynamicWindow() Paramsdynamicwindow - dynamic window object to send to the user gameobject - object to send dynamicwindowresponse event to |
Send a constructed dynamic window object to a client. |
Example
CODE EXAMPLE BLOCK
OpenCustomContextMenu() Paramsresponseid - response id menutitle - menu title string table - array of menu options gameobject - object to recieve the response event |
Opens a radial menu on the attached user with the specified options
NOTE: This only works on objects with an attached player. |
Example
CODE EXAMPLE BLOCK