Files
wow-weakauras/Meta/api/CancelBarberShop.lua
2024-11-07 23:12:37 +01:00

4 lines
343 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Exits a barber shop session. Causes the player character to stand up, returning to the normal world, and fires the BARBER_SHOP_CLOSE event. Any style changes already paid for (with ApplyBarberShopStyle()) are kept; any changes since are discarded.
function CancelBarberShop() end