Class | Description |
---|---|
AccountCreateCharacterCommand |
A
GUICommand sending a character creation request. |
AccountCreateCommand |
A
GUICommand sending an account creation request. |
AccountLinkCharacterCommand |
A
GUICommand sending a request to link a character to an account. |
AccountLoginCommand |
A
GUICommand sending an account login request to the server. |
AccountPasswordCommand |
A
GUICommand sending an account password change request. |
AccountPlayCharacterCommand |
A
GUICommand sending a play character request to the server. |
CommandCheckBoxOption |
A
CheckBoxOption that executes CommandLists when
checked/unchecked. |
ConnectCommand |
A
GUICommand which connects to a Crossfire server. |
DialogCloseCommand |
A
GUICommand which closes a Gui . |
DialogOpenCommand |
A
GUICommand which opens a Gui dialog. |
DialogToggleCommand |
A
GUICommand which toggles the visibility of a dialog. |
DisconnectCommand |
A
GUICommand which disconnects from the Crossfire server. |
ExecSelectionCommand |
A
GUICommand that executes a command on the selected item of a
GUIItemList . |
ExecuteElementCommand |
A
GUICommand which executes (i.e., simulates a left-button mouse
click on) an GUIItem . |
HideCommand |
A
GUICommand which hides a target GUIElement . |
InventoryFilterCommand |
A
GUICommand for setting the inventory filter. |
MetaCommand |
A
GUICommand which shows the server selection screen. |
MoveSelectionCommand |
A
GUICommand which moves the selection in a GUIList element. |
PrintCommand |
A
GUICommand which does nothing. |
QuestsFilterCommand |
A
GUICommand for setting a quest filter. |
QuitCommand |
A
GUICommand which quite the client. |
ScreenshotFiles |
Helper class for creating file names for screenshot files.
|
ScrollCommand |
A
GUICommand which scrolls a GUIScrollable gui element by a
given distance. |
ScrollListCommand |
A
GUICommand which scrolls a GUIScrollable instance. |
ScrollNeverCommand |
A
GUICommand which scrolls a target GUIScrollable gui element
if executed but always reports that scrolling is not possible. |
ScrollNextCommand |
A
GUICommand which transfers the focus between two gui elements. |
ScrollResetCommand |
A
GUICommand which resets the scroll position of a
GUIScrollable . |
SelectCommand |
A
GUICommand for selecting or deselecting a GUIElement . |
ShowCommand |
A
GUICommand which shows a target GUIElement . |
StartCommand |
A
GUICommand which shows the start screen. |
ToggleCommand |
A
GUICommand which toggles the visibility of a target
GUIElement . |
Enum | Description |
---|---|
CommandType |
The executable commands.
|