Lua utilities

The "utils" (utilities) library offers various helpful utility functions, including: See also the following libraries: You can also use the luacom library (to access COM objects). To do this you must first "require" it, like this:

require "luacom"
There is documentation about luacom in a PDF document in the MUSHclient docs subdirectory.

Lua functions

Topics