Everything is meta

This commit is contained in:
2025-05-04 15:15:00 +02:00
parent 859955aa36
commit 169a514973
3089 changed files with 3089 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param isSticky 1nil
---Ends action initiated by CameraOrSelectOrMoveStart. After calling this function (i.e. releasing the left mouse button), camera movement stops and normal cursor movement resumes. If the cursor has not moved significantly since calling CameraOrSelectOrMoveStart() (i.e. pressing the left mouse button) and is over a unit, that unit becomes the player's target; if the cursor has not moved significantly and is not over a unit, clears the player's target unless the "Sticky Targeting" option is enabled (i.e. the "deselectOnClick" CVar is 0). Used by the CAMERAORSELECTORMOVE binding (not customizable in the default UI), which is bound to the left mouse button by default.