NDGIA

From Legends of Aria Admin and Modding Wiki
Revision as of 19:07, 8 November 2019 by Gizmo (talk | contribs) (Created page with "<center><p style="width: 60%">ABCDEFGHIJKLM...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ABCDEFGHIJKLMNOPQRSTUVWXYZ

Global Functions & Examples

AddView(EventId,Searcher,Frequency)

EventId - Event identifier for events
Searcher - Object searcher that defines the view
Frequency - Update frequency check in seconds.
The Frequency argument may be omitted, the View will default to 0.25 seconds. The minimum value of Frequency is 0.1 seconds.

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