Fix up more shit

This commit is contained in:
2025-01-13 16:17:37 +01:00
parent 94afae9679
commit c0337ef97f
6 changed files with 35 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---@param strict boolean
---Causes the player character to automatically follow another unit. Only friendly player units can be followed.
function FollowUnit(unit, name, strict) end
---@overload fun(name: string)
---@overload fun(name: string, strict: boolean)
function FollowUnit(unit) end