Kebap
Kebap
Sorry, I think that's wrong. I had checked initLuaGlobals() and all of those above are mentioned there, so I assumed they were available for users. That is why including in...
No not for users especially, but for developers, because we want documentation in wiki not in source, right? We could also say, internal functions are documented in source, only external...
Status update. Added and ok: * https://wiki.mudlet.org/w/Manual:Lua_Functions#setMainWindowSize * https://wiki.mudlet.org/w/Manual:Lua_Functions#removeSpecialExit * https://wiki.mudlet.org/w/Manual:Lua_Functions#permBeginOfLineStringTrigger Added, but needs more details: * https://wiki.mudlet.org/w/Manual:Lua_Functions#sendATCP * https://wiki.mudlet.org/w/Manual:Lua_Functions#tempButtonToolbar Not sure if/where to add documentation: * closeUserWindow Not sure...
Upcoming IRC changes (3.3) need to be checked in wiki manual, see #1087 for a complete list
Added and ok: * https://wiki.mudlet.org/w/Manual:Networking_Functions#getIrcChannels * https://wiki.mudlet.org/w/Manual:Networking_Functions#getIrcNick * https://wiki.mudlet.org/w/Manual:Networking_Functions#restartIrc * https://wiki.mudlet.org/w/Manual:Networking_Functions#setIrcChannels * https://wiki.mudlet.org/w/Manual:Networking_Functions#setIrcNick * https://wiki.mudlet.org/w/Manual:Networking_Functions#setIrcServer * https://wiki.mudlet.org/w/Manual:Basic_Essentials#debugc Added, but needs an example: * https://wiki.mudlet.org/w/Manual:Networking_Functions#getIrcConnectedHost * https://wiki.mudlet.org/w/Manual:Networking_Functions#getIrcServer Renamed and ok: *...
@SlySven Could you provide a description for auditAreas() maybe?
Here is another public function missing documentation: * TLuaInterpreter::resizeUserWindow Two internal functions missing documentation - where to put internal documentation? * calcFontWidth * calcFontHeight Are the details of documentation in...
A few more public functions missing documentation: - loadRawFile - removeMapMenu - getMapMenus - cut - setWindowWrapIndent - setMapperView To be added to wiki
Review TLuaInterpreter.cpp is almost done. Found some additional functions without documentation. Total list (combined with open issues from above): * dirToString * dirToNumber * loadRawFile * removeMapMenu * getMapMenus *...
There are still a few left. For each of the following, we can either: * add documentation to wiki, or * unpublish them from public API, or * decide they...