User Tools

Site Tools



minionlib_lua_api

This is an old revision of the document!


MinionLib Lua

This library is holding the core functionality on which all our bots are running. You can freely use the available functions for your Addon, in order to do that, you just need to open your module.def and set the dependency of your Addon to the lib:

[Module]
Name=YourAddon
Dependencies=minionlib
Version=1
Files=myluacode.lua
Enabled=1

Utility Functions

  • d(…)
    • Prints our the passed variable or the result of a function into the console.
  • Now()
    • Returns tickcount from ml_global_information.Now
  • TimeSince(integer previousTime)
    • Returns integer ml_global_information.Now - previousTime
  • ValidTable(table arg)
    • Returns bool
  • ValidString(string arg)
    • Returns bool
  • TableContains(tabletable, element)
    • Returns bool
  • IsNullString(string arg)
    • Returns bool
minionlib_lua_api.1429868231.txt.gz · Last modified: 2015/04/24 09:37 by fxfire