Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,12 +1,12 @@
---@diagnostic disable: missing-return, lowercase-global
---@param unit unitid
---@param name string
---@param mobUnit unitid
---@return mobUnit status
---@return 0
---@return mobUnit 1
---@return mobUnit 2
---@return mobUnit 3
---@param unit unitid
---@param name string
---@param mobUnit unitid
---@return mobUnit status
---@return 0
---@return mobUnit 1
---@return mobUnit 2
---@return mobUnit 3
---Returns the general threat status of a unit. See UnitDetailedThreatSituation for details about threat values. Threat information for a pair of units is only returned if the player has threat against the NPC unit in question. (For example, no threat data is provided if the player's pet is attacking an NPC but the player himself has taken no action, even though the pet has threat against the NPC.)
function UnitThreatSituation(unit, name, mobUnit) end
function UnitThreatSituation(unit, name, mobUnit) end