github dail8859/LuaScript v0.4.0

latest releases: v0.12, v0.11, v0.10.1...
8 years ago

Now with 100% more documentation. https://dail8859.github.io/LuaScript/

Enhancements include:

  • More event types
  • Console GUI tweaks
  • More examples

Note: This makes a slight change to the API that may cause errors with scripts using the previous versions. Adding/removing callbacks has slightly changed. Instead of a each callback having a specific function, a string is passed in for the desired event. For example npp.AddOnChar(function(c) ... end) would become npp.AddEventHandler("OnChar", function(c) ... end). See the documentation.

Don't miss a new LuaScript release

NewReleases is sending notifications on new releases.