4 lines
216 B
Lua
4 lines
216 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Exits the current party or raid. If there are only two characters in the party or raid, causes the party or raid to be disbanded.
|
|
function LeaveParty() end |