Chris7 / Mudlet2

Mudlet vesion 2.+
GNU General Public License v2.0
3 stars 2 forks source link

Split dockQML(qml, boolean) into dockQML and undockQML. It is far better... #28

Closed vadi2 closed 10 years ago

vadi2 commented 10 years ago

... to stick with intuitive names than use magic booleans which don't explain themselves - enableTrigger and disableTrigger-style are good, lockRoom-style not so.

Also fixed the return values on the function. Lua doesn't really mind, but LuaJIT won't put up with it and just crash.