Real Lua valuesNatives hand back tables and numbers, not delimited strings. A unit is a table with position, health, entry, combat reach and target.
Beyond the client APIWorld coordinates, units you have not targeted, line of sight, and creature entry IDs — none of which 3.3.5a exposes to Lua.
Draws in the worldGround rings, lines, floating text and health bars, projected with the client's own camera.
Hard to breakEvery callback runs inside pcall. A failing entry is benched, then dropped; a rotation with nothing left working stops rather than spinning.
Reference generated from sourceThe API pages are read out of the engine and framework code, so they describe what is implemented rather than what was intended.