nmanley / LazeeTK

NexusTK Scripting Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LazeeTK

NexusTK Scripting Framework

Project is still in Alpha and many features are still broken or are undergoing testing

Usage:

  1. update clients array with the username of your logged in character.
  2. subscribe to an event
subscription := new Subscription("My-Subscription-Name", BoundMethodOrFuncCall, 1, -1)
client.subscribeTo("EVENT-NAME", subscription)

When the event is triggered, that event object is passed to the call back method or function.

About

NexusTK Scripting Framework

License:Apache License 2.0


Languages

Language:AutoHotkey 100.0%