IsFastTravelEnabled - InputEnableLayer

Member of: InputEnableLayer Script

Checks to see whether or not fast travel is allowed by this layer.

SyntaxEdit

bool Function IsFastTravelEnabled() native

ParametersEdit

None.

Return ValueEdit

True if fast travel is currently allowed by this layer.

ExamplesEdit

; Is this layer allowing fast travel?
if myLayer.IsFastTravelEnabled()
  Debug.Trace("This layer has not disabled fast travel!")
endIf

See AlsoEdit