IsFastTravelEnabled - InputEnableLayer
Jump to navigation
Jump to search
Member of: InputEnableLayer Script
Checks to see whether or not fast travel is allowed by this layer.
Syntax[edit | edit source]
bool Function IsFastTravelEnabled() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
True if fast travel is currently allowed by this layer.
Examples[edit | edit source]
; Is this layer allowing fast travel?
if myLayer.IsFastTravelEnabled()
Debug.Trace("This layer has not disabled fast travel!")
endIf