ProjectSettings/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
(Založena nová stránka s textem „== Output parameters ==“)
 
(Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.)
Řádek 56: Řádek 56:
 
=== 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 29. 1. 2021, 12:48

Jiné jazyky:
English • ‎čeština

Description

Alias: PS

Changes the project settings

Applies the project settings in the scope specified by the Scope parameter from the preset specified by the Preset parameter or the default setting, or if the Preset parameter is empty, it sets the individual FieldValue in the FieldName. The change is effective only for the course of the run and has no effect on the default settings.

Input parameters

Preset

Type String

Profile of the project settings to be applied by command. If not specified, the command works in the mode for setting individual values using the parameters FieldName and FieldValue.

Scope

Type Number

Range of values that will change when the preset is applied.

FieldName

Type String

Name of the individual FieldValue to be set (DrawMouseCursor, SearchMode, UserMaskToleranceRGB, PixelToleranceRGB, AutoMaskThreshold, OverallTolerance, CaptureDelay, ClipboardDelay, KeyboardEventDelay, MouseButtonDownDelay, MouseButtonUpDelay, MouseMoveDelay, MouseMoveSteps, AfterMouseMoveDelay, ScrollDelay, WindowActionDelay, AfterCommandDelay or AfterFindDelay). Used if Preset is not set.

FieldValue

Type String

Individual value to be put in the FieldName in the project settings. The type of value depends on the selected FieldName.

  • DrawMouseCursor: 0 (=no) or 1, possibly a non-zero whole number (=yes).
  • SearchMode: 0 (=Exact) or 1 (=IgnoreSpacing)
  • UserMaskToleranceRGB and PixelToleranceRGB: hexadecimal triple bytes (similar to specifying the color)
  • OverallTolerance: the value is in per mille (e.g. for a 3.5% tolerance, 35 needs to be entered)
  • Others: whole numbers.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

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