Register forum user name Search FAQ

GetCommand

Script function

world.GetCommand

Read about scripting

Type

Method

Summary

Gets the current command in the command window

Prototype

BSTR GetCommand();

View list of data type meanings

Description

Returns the current contents of the command window, without changing it.

If more than one window is open for this world, it uses the first window in the window list.


Available in MUSHclient version 3.18 onwards.



VBscript example

world.Note world.GetCommand


Jscript example

world.Note (world.GetCommand ());


PerlScript example

$world->Note ($world->GetCommand ());


Python example

world.Note (world.GetCommand )


Lua example

Note (GetCommand ())


Return value

The contents of the command window.


See Also ...

Functions

(GetCommandList) Returns some or all commands from the command history
(PushCommand) Pushes the current command into the command history list
(SelectCommand) Selects (highlights) the current command in the command window
(SetCommand) Sends text to the command window

(Help topic: function=GetCommand)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.