From d5097d6c7de1c3343755708c1c923e23120807d9 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:29:18 -0800 Subject: [PATCH 1/2] Annotate `AddBlinkyBox` --- engine/User.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/User.lua b/engine/User.lua index e80673bc60..ef83854aaf 100644 --- a/engine/User.lua +++ b/engine/User.lua @@ -124,8 +124,8 @@ --- | 'NUMPAD_DECIMAL' --- | 'NUMPAD_DIVIDE' ---- No clue what this does ----@param entityId number +--- Repeatedly the selection box of the unit to the hovered-over state to create a blinking effect +---@param entityId EntityId ---@param onTime number ---@param offTime number ---@param totalTime number From fed674cd78a4d02aa18cb6d318152009d21abbd7 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:33:20 -0800 Subject: [PATCH 2/2] Create other.6577.md --- changelog/snippets/other.6577.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/snippets/other.6577.md diff --git a/changelog/snippets/other.6577.md b/changelog/snippets/other.6577.md new file mode 100644 index 0000000000..1a53a6e6b3 --- /dev/null +++ b/changelog/snippets/other.6577.md @@ -0,0 +1 @@ +- (#6577) Annotate `AddBlinkyBox`. This UI-side global engine function makes a unit's selection box blink for some time.