Event id for starting the loading of new section of the map.
Calls the OnMapRebuildPreCallback.
Example
-- Createafunction localmapRebuildPre = function() osrs.print("Starting to load into a new section of the map") end -- Subscribetothefunction osrs.Events.subscribe(mapRebuildPre, osrs.Events.ON_MAP_REBUILD_PRE)
Event id for starting the loading of new section of the map. Calls the OnMapRebuildPreCallback.
Example