EnableFastTravel - ObjectReference

Revision as of 16:23, 14 July 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Enables or disables fast travel to this reference (which must be a map marker). == Synta…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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