Skip to content

Commit

Permalink
New constant added
Browse files Browse the repository at this point in the history
  • Loading branch information
Spr-Aachen committed Nov 17, 2022
1 parent 775f8a8 commit 7f769c5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,24 @@ Global UpperLeftCorner_X2
Global UpperLeftCorner_Y2
Global Icon

;【常量 Const】对管理屏幕检测功能的全局常量进行赋值
;Global Toggle_ScreenDetect := 0
Global FirstTime_ScreenDetect := True
Global Timer_ScreenDetect := 2100

;【常量 Const】对管理分支线程功能的全局常量进行赋值
Global Toggle_TimerControl := 0
Global Timer_TimerControl := 1

;【常量 Const】对管理自动控制功能的全局常量进行赋值
Global Toggle_AutoScale := 0
Global Timer_AutoScale := 81 ; [可调校数值 adjustable parameters] 设定自动识别命令的每执行时间间隔(ms),如果值过小可能不好使
Global FaultTolerance_Combat_Normal1 := 0.00001 * %FaultTolerance_Combat_Normal1_Percentage1%
Global FaultTolerance_Combat_Normal2 := 0.00001 * %FaultTolerance_Combat_Normal1_Percentage2%
Global FaultTolerance_Combat_Endangered1 := 0.01 * %FaultTolerance_Combat_Endangered1_Percentage1%
Global FaultTolerance_Combat_Endangered2 := 0.01 * %FaultTolerance_Combat_Endangered1_Percentage2%
Global FaultTolerance_Elysium1 := 0.01 * %FaultTolerance_Elysium1%
Global FaultTolerance_Elysium2 := 0.01 * %FaultTolerance_Elysium2%
Global Timer_AutoScale := 81 ; [可调校数值 adjustable parameters] 设定自动识别命令的每执行时间间隔(ms),如果值过小可能不好使

;【常量 Const】对管理隐藏光标功能的全局常量进行赋值
Global Toggle_Occlusion := 0
Expand Down

0 comments on commit 7f769c5

Please sign in to comment.