Game ReferenceGame Global FunctionsAreaGetVisibleOn this pageAreaGetVisible Description Returns the code of the currently visible area in the game. function AreaGetVisible() --[[ ... ]] end Parameters None. Return Values area: integer - The current area. Example None.