EnableFastTravel - ObjectReference

Member of: ObjectReference Script

Enables or disables fast travel to this reference (which must be a map marker).

SyntaxEdit

Function EnableFastTravel(bool abEnable = true) native

ParametersEdit

  • abEnable: Whether to enable fast travel or disable it
    • Default: True

Return ValueEdit

None.

ExamplesEdit

; Enable fast travel to the marker
MyHouseMarkerProperty.EnableFastTravel()


; Disable fast travel to this marker
MyHouseMarkerProperty.EnableFastTravel(false)

See AlsoEdit