Difference between revisions of "ShowMap"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
imported>Pintocat
 
Line 25: Line 25:
     ; show NotSoSecretVillage on world map and immediately enable fast travel to it  
     ; show NotSoSecretVillage on world map and immediately enable fast travel to it  
</pre>
</pre>
==See Also==
[[GetMapMarkerVisible]]
[[ShowAllMapMarkers]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 11:02, 24 January 2017

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Adds the specified map marker to the player's world map. The player will still not be able to fast-travel to this location until she or he actually travels there once unless the optional enableFastTravel parameter is set to 1.

Syntax

[help]
ShowMap MapMarkerID:Ref enableFastTravel:int


Examples

ShowMap SecretDungeonMapMarker 
    ; show SecretDungeon on world map, but don't enable fast travel
ShowMap NotSoSecretVillageMapMarker, 1 
    ; show NotSoSecretVillage on world map and immediately enable fast travel to it 

See Also

GetMapMarkerVisible

ShowAllMapMarkers