Add `id` function to Tinkr WowGameObject

main
jeffi 11 months ago
parent dac833937d
commit 2bd6bcb5d1
  1. 3
      Tinkr.lua

@ -8,6 +8,7 @@
---@class WowGameObject : userdata
---@field unit fun(): UnitIds
---@field guid fun(): string
---@field id fun(): ...:number
---@alias TinkrObjectReference WowGameObject | UnitIds
@ -1362,7 +1363,7 @@ local TinkrUtil = {
---@type Tinkr.Util.Modules.Draw
Draw = {},
LibStub = LibStub,
JSON = Tinkr.Util.Modules.JSON,
JSON = Tinkr.Util.JSON,
Serialize = {},
}
--#endregion Tinkr.Util

Loading…
Cancel
Save