Difference between revisions of "AddToMap - ObjectReference"

Move categories to bottom of page and added links to the page.
imported>RobinHood70
 
imported>Qazaaq
(Move categories to bottom of page and added links to the page.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
'''Member of:''' [[ObjectReference Script]]
'''Member of:''' [[ObjectReference Script]]


Adds this reference (which must be a map marker) to the player's map, optionally making it available for fast-travel.
Adds this [[Reference]] (which must be a map marker) to the [[Player]]s map, optionally making it available for fast-travel.


== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
Function AddToMap(bool abFastTravel = False) native
Function AddToMap(bool abAllowFastTravel = False) native
</source>
</source>


== Parameters ==
== Parameters ==
*abFastTravel: Whether the player can fast-travel to this marker or not.
*abAllowFastTravel: Whether the player can fast-travel to this marker or not.
**'''Default''': False
**'''Default''': False


Line 29: Line 27:


== See Also ==
== See Also ==
*[[Reference]]
*[[ObjectReference Script]]
*[[ObjectReference Script]]
*[[EnableFastTravel - ObjectReference]]
*[[EnableFastTravel - ObjectReference]]
*[[ShowAllMapMarkers - Game]]
*[[ShowAllMapMarkers - Game]]
[[Category:Scripting]]
[[Category:Papyrus]]
Anonymous user