Files
wow_Meta/api/CancelBarberShop.lua
2024-12-16 13:13:08 +01:00

4 lines
340 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