Files
wow_Meta/api/GuildRosterSetOfficerNote.lua
2025-05-04 15:15:00 +02:00

8 lines
208 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@param note string
---Sets the officer note for a guild member
function GuildRosterSetOfficerNote(index, note) end