16 lines
298 B
Lua
16 lines
298 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return 7 continent
|
|
---@return -1
|
|
---@return 0
|
|
---@return 1
|
|
---@return 2
|
|
---@return 3
|
|
---@return 4
|
|
---@return 5
|
|
---@return 6
|
|
---@return 7
|
|
---Returns the current world map continent
|
|
function GetCurrentMapContinent() end
|