Background for Fallout 4
Member of the ObjectReference script
voidfunctionAddToMap(boolabAllowFastTravel=false)Native

[DEV SERVER] Loading description...


Caveats


Parameters

boolabAllowFastTravel=false

CK Wiki Description

Whether the player can fast-travel to this marker or not.

  • Default:False

Examples

; Adds this marker to the map
MyHouseMarkerProperty.AddToMap()
; Adds this marker to the map, letting the player fast-travel
MyHouseMarkerProperty.AddToMap(true)

Auto-Generated Example

bool myBool__abAllowFastTravel

myObjectReference__toCallFunctionOn.AddToMap(myBool__abAllowFastTravel)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.