EnableFastTravel - ObjectReference
From Creation Kit
Member of: ObjectReference Script
Enables or disables fast travel to this reference (which must be a map marker).
Syntax
Function EnableFastTravel(bool abEnable = true) native
Parameters
- abEnable: Whether to enable fast travel or disable it
- Default: True
Return Value
None.
Examples
; Enable fast travel to the marker MyHouseMarkerProperty.EnableFastTravel()
; Disable fast travel to this marker MyHouseMarkerProperty.EnableFastTravel(false)