Client Exports

Client Exports

OpenUserMenu

Opens the user’s personal boss menu interface

---If a job name is provided, that job’s user menu context is used; otherwise the player’s current job is used
---@param jobName string? The job name to open the user menu for (optional)
exports['g-bossmenu']:OpenUserMenu()

OpenJobApplication

Opens the job application menu for the player’s current job

---If a job name is provided, that job’s application menu is opened; otherwise the player’s current job is used
---@param jobName string? The job name to open the job application menu for (optional)
exports['g-bossmenu']:OpenJobApplication()

OpenVehicleShopMenu

Opens the vehicle shop interface for the player’s job

---If a job name is provided, that job’s vehicle shop is opened; otherwise the player’s current job is used
---@param jobName string? The job name to open the vehicle shop for (optional)
exports['g-bossmenu']:OpenVehicleShopMenu()

OpenBossmenu

Opens the boss management menu for the player’s current job

Last updated