Interface | Description |
---|---|
CalendarListener |
The listener interface for receiving calendar events.
|
ClientListener |
The listener interface for receiving Client events.
|
CombatListener |
The listener interface for receiving combat events.
|
IconListener |
The listener interface for receiving Icon events.
|
MapListener |
The listener interface for receiving map events.
|
ScriptListener |
The listener interface for receiving script events.
|
Class | Description |
---|---|
CalendarEvent |
A class that provides notification for calendar events.
|
ClientEvent |
A class that provides notification for Player events.
|
CombatEvent |
A class that provides notification for combat events.
|
IconEvent |
A class that provides notification for Icon events.
|
KWScript |
Scripting allows you to take kLoOge.Werks farther than you
would otherwise be able to by allowing you to create short programs
that can be applied to Maps, Icons or the global environment.
|
MapEvent |
A class that provides notification for map events.
|
ScriptEvent |
A class that provides notification for script events.
|