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

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