6 lines
226 B
Lua
6 lines
226 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---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
|