UpdateWorldMap
Prototype: GemRB.UpdateWorldMap (ResRef, [AreaResRef])
Description: Reloads the world map from ResRef. If AreaResRef is given only updates if that area is missing.
Parameters:
- ResRef - worldmap resref to reload from
- AreaResRef - missing area resref (optional)
Return value: N/A
See also: GetWorldMap
Back to function index, GUIScript introduction.