Difference between revisions of "NDGIA"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Created page with "<center><p style="width: 60%">ABCDEFGHIJKLM...")
 
Line 4: Line 4:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">AddView(EventId,Searcher,Frequency)</p>EventId - Event identifier for events<br>Searcher - Object searcher that defines the view<br>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.
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">AddView(eventid,searcher,frequency)</p>eventid - Event identifier for events<br>searcher - Object searcher that defines the view<br>frequency - Update frequency check in seconds. || The frequency argument may be omitted, the View will default to 0.25 seconds for the frequency. The minimum value of frequency is 0.1 seconds.
 
|}
 
|}
 
</center>
 
</center>

Revision as of 19:09, 8 November 2019

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 for the frequency. 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