This returns a table of all the internal MUSHclient function names (the same list used by the Help script function).
The intention here is that you could use this table in an internal Notepad "global replace" to fix the capitalization of function names. You could also use it go generate keywords for use in text editors such as SciTE.
Example:
table.foreachi (utils.functionlist (), print)
-->
1 Accelerator
2 AcceleratorList
3 Activate
4 ActivateClient
5 ActivateNotepad
6 AddAlias
...
296 WorldName
297 WorldPort
298 WriteLog