Files
wow-weakauras/Meta/api/BNIsSelf.lua
2024-11-07 23:12:37 +01:00

6 lines
219 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param presenceID number
---@return boolean isSelf
---Returns whether or not the presence ID is the one of the player
function BNIsSelf(presenceID) end