Files
wow_Meta/api/GlyphMatchesSocket.lua
2024-12-16 13:13:08 +01:00

6 lines
407 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param socket number
---@return 1nil match
---Returns whether a socket is eligible for the glyph currently awaiting a target. Only valid during glyph application: when the player has activated the glyph item but before she has chosen the glyph slot to put it in (i.e. the glowing hand cursor is showing).
function GlyphMatchesSocket(socket) end