Message
| Hey, this is pretty cute. In Python I can do this:
/world.note (str(world.GetInternalCommandsList))
This gives me:
(u'ActivityList', u'ActivityToolbar', u'AltDownArrow', u'AltUpArrow', u'AlwaysOnTop', u'AutoSay', u'BookmarkSelection', u'BugReports', u'ClearCommandHistory', u'ClearOutput', u'CloseAllNotepadWindows', u'ColourPicker', u'CommandEnd', u'CommandHistory', u'CommandHome', u'ConfigureAliases', u'ConfigureAutosay', u'ConfigureColours', u'ConfigureCommands', u'ConfigureCustomColours', u'ConfigureHighlighting', u'ConfigureKeypad', u'ConfigureLogging', u'ConfigureMacros', u'ConfigureMudaddress', u'ConfigureMxpPueblo', u'ConfigureNameAndPassword', u'ConfigureNotes', u'ConfigureOutput', u'ConfigurePasteToWorld', u'ConfigurePrinting', u'ConfigureScripting', u'ConfigureSendFile', u'ConfigureTimers', u'ConfigureTriggers', u'ConfigureVariables', u'Connect', u'ConnectToAllOpenWorlds', u'ConnectToWorldsInStartupList', u'ContextHelp', u'Copy', u'CopyAsHTML', u'CtrlN', u'CtrlP', u'CtrlZ', u'Cut', u'DebugIncomingPackets', u'DebugWorldInput', u'DiscardQueuedCommands', u'Disconnect', u'DoMapperComment', u'DoMapperSpecial', u'East', u'EditScriptFile', u'End', u'Examine', u'Find', u'FindAgain', u'FlipToNotepad', u'Forum', u'FreezeOutput', u'FullScreenMode', u'FunctionsWebPage', u'GettingStarted', u'GenerateCharacterName', u'GlobalPreferences', u'GoToBookmark', u'GoToLine', u'GoToURL', u'Help', u'HelpContents', u'Immediate', u'Import', u'Info', u'InfoBar', u'InputGlobalChange', u'Keypad0', u'Keypad1', u'Keypad2', u'Keypad3', u'Keypad4', u'Keypad5', u'Keypad6', u'Keypad7', u'Keypad8', u'Keypad9', u'KeypadDash', u'KeypadDot', u'KeypadPlus', u'KeypadSlash', u'KeypadStar', u'KeysEscape', u'KeysTab', u'LineDown', u'LineUp', u'LogSession', u'Look', u'MacroCtrlF10', u'MacroCtrlF11', u'MacroCtrlF12', u'MacroCtrlF2', u'MacroCtrlF3', u'MacroCtrlF5', u'MacroCtrlF7', u'MacroCtrlF8', u'MacroCtrlF9', u'MacroF10', u'MacroF11', u'MacroF12', u'MacroF2', u'MacroF3', u'MacroF4', u'MacroF5', u'MacroF7', u'MacroF8', u'MacroF9', u'MacroShiftF10', u'MacroShiftF11', u'MacroShiftF12', u'MacroShiftF2', u'MacroShiftF3', u'MacroShiftF4', u'MacroShiftF5', u'MacroShiftF6', u'MacroShiftF7', u'MacroShiftF8', u'MacroShiftF9', u'Mapper', u'MinimiseProgram', u'Minimize', u'MudLists', u'NextCommand', u'NextPane', u'NoCommandEcho', u'North', u'NotesWorkArea', u'OpenWorldsInStartupList', u'PageDown', u'Pageup', u'Paste', u'Paste', u'PasteFile', u'PasteToMush', u'PluginWizard', u'Plugins', u'Preferences', u'PreviousCommand', u'Print', u'QuickConnect', u'Quit', u'RecallText', u'ReconnectOnDisconnect', u'Register', u'ReloadDefaults', u'ReloadNamesFile', u'ReloadScriptFile', u'RepeatLastCommand', u'RepeatLastWord', u'ResetAllTimers', u'ResetToolbars', u'Save', u'SelectAll', u'SendToAllWorlds', u'South', u'SpellCheck', u'Start', u'StopSoundPlaying', u'Take', u'TestCommand', u'TestTrigger', u'TextAttributes', u'TipOfTheDay', u'Trace', u'Undo', u'Up', u'WebPage', u'West', u'Whisper', u'WindowsSocketInformation', u'WrapOutput')
I presume the "u" is for Unicode. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|