NDOIO

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search

[Main] [Lua Examples]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Object Functions & Examples

OpenDynamicWindow()

Params
dynamicwindow - 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()

Params
responseid - 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