SetServerConnection/en: Porovnání verzí
(Založena nová stránka s textem „Type ServerConnection“) |
|||
| (Není zobrazeno 13 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 9: | Řádek 9: | ||
'''Settings for connecting to GuiMaster server.''' | '''Settings for connecting to GuiMaster server.''' | ||
| − | Connecting as specified by [[# serverconnection-|ServerConnection]] prompts the action | + | Connecting to the server as specified by [[#serverconnection-|ServerConnection]] prompts the action designated by the [[#action-|Action]] parameter. |
== Input parameters == | == Input parameters == | ||
| Řádek 18: | Řádek 18: | ||
Type [[Special:MyLanguage/Data types#ServerConnection | ServerConnection]] | Type [[Special:MyLanguage/Data types#ServerConnection | ServerConnection]] | ||
| − | + | Connecting to the server. | |
<span id="action-"></span> | <span id="action-"></span> | ||
=== Action === | === Action === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Type of action that prompts the command to connect to the server (0=activate and connect, 1=connect, 2=disconnect and deactivate, 3=deactivate). | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not execute. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 31. 1. 2021, 12:41
Obsah
Description
Alias: SSC
Settings for connecting to GuiMaster server.
Connecting to the server as specified by ServerConnection prompts the action designated by the Action parameter.
Input parameters
ServerConnection
Type ServerConnection
Connecting to the server.
Action
Type Number
Type of action that prompts the command to connect to the server (0=activate and connect, 1=connect, 2=disconnect and deactivate, 3=deactivate).
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not execute.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.