Files
wow_Meta/api/CancelBarberShop.lua
2025-05-04 14:35:26 +02:00

5 lines
341 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