8 lines
208 B
Lua
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
|