NDGIO

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

Global Functions & Examples

OverrideEventHandler()

Params
scriptname - Script name which is the same you would use to require the file (ie: default:base_mobile)
eventtype - event type to be fired
eventid - event identifier of the specific event to override
Overrides an already registered event handler from the specified package name. These handlers are not saved and must be registered every time the object is loaded.

Example

 CODE EXAMPLE BLOCK