7 lines
203 B
Lua
7 lines
203 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param presenceID number
|
|
---@param note string
|
|
---Changes the private note for a RealID friend
|
|
function BNSetFriendNote(presenceID, note) end
|