NDOIA

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

ABCDEFGHIJKLMNOPQRSTUVWXYZ

Object Functions & Examples

AddModule(filename,table)

filename - Name of script file
table - Initializer table
The table may be omitted but allows you to send a table package to the script, then use the ModuleAttached Event to handle the table package.

Example of adding a module without a initializer table

 Code Block
 Code Block
 Code Block

Example of adding a module with a initializer table

 Code Block
 Code Block
 Code Block

Example of Handling the initializer table on an object

 Code Block
 Code Block
 Code Block