Files
wow_Meta/api/BNIsSelf.lua
2025-05-04 14:35:26 +02:00

7 lines
213 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