IsBigmapFull
Docslocal retval = IsBigmapFull()Returns
BOOLReturns TRUE (1) or FALSE (0).
Examples
Official
local expanded = IsBigmapActive()
local fullMap = IsBigmapFull()
print("The minimap is currently " .. (expanded and "expanded" or "normal size") .. " and the full map is currently " .. (fullMap and "revealed" or "not revealed") .. ".")