| PasteCommand |
|---|
| Script function world.PasteCommand
Read about scriptingType Method Summary Pastes text into the command window, replacing the current selection Prototype BSTR PasteCommand(BSTR Text);
View list of data type meaningsDescription This pastes the supplied text into the command window, which does not have to be empty (unlike SetCommand) at the current cursor position, replacing any selection. It returns the text that it replaced, if any.VBscript example Jscript example PerlScript example Python example Lua example Return value See Also ... Topics
Commented softcode
Sending to the worldFunctions
Accelerator (Add or modify an accelerator key (keystroke to command mapping))
Send (Sends a message to the MUD)
SendImmediate (Sends a message to the MUD immediately, bypassing the speedwalk queue)
SendNoEcho (Sends a message to the MUD without echoing in the output window)
SendPkt (Sends a low-level packet of data to the MUD)
SendPush (Sends a message to the MUD and saves it in the command history buffer)
SetCommand (Sends text to the command window)(Help topic: function=PasteCommand)
Documentation contents page |