SetVar/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Sets the value in the Value parameter for the variable specified by the VariableName parameter.“)
(Založena nová stránka s textem „== Output parameters ==“)
 
(Není zobrazeno 11 mezilehlých verzí od stejného uživatele.)
Řádek 11: Řádek 11:
 
Sets the value in the [[#value-| Value]] parameter for the variable specified by the [[#variablename-| VariableName]] parameter.
 
Sets the value in the [[#value-| Value]] parameter for the variable specified by the [[#variablename-| VariableName]] parameter.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="variablename-"></span>
 
<span id="variablename-"></span>
 
=== VariableName ===
 
=== VariableName ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Název proměnné.
+
Name of the variable.
  
 
<span id="value-"></span>
 
<span id="value-"></span>
 
=== Value ===
 
=== Value ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Hodnota, která bude do proměnné dosazena.
+
Value to be inserted into the variable.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not execute.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 31. 1. 2021, 12:46

Jiné jazyky:
English • ‎čeština

Description

Alias: SV

Sets the variable value.

Sets the value in the Value parameter for the variable specified by the VariableName parameter.

Input parameters

VariableName

Type String

Name of the variable.

Value

Type String

Value to be inserted into the variable.

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.

Output parameters