Event id for finishing the loading of new section of the map.
Calls the OnMapRebuildPostCallback.
Example
-- Createafunction localmapRebuildPost = function() osrs.print("Loaded into new section of the map") end -- Subscribetothefunction osrs.Events.subscribe(mapRebuildPost, osrs.Events.ON_MAP_REBUILD_POST)
Event id for finishing the loading of new section of the map. Calls the OnMapRebuildPostCallback.
Example