Files
wow_Meta/api/CancelBarberShop.lua
2025-05-04 15:15:00 +02:00

6 lines
350 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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