IsFavoritesEnabled - InputEnableLayer
Member of: InputEnableLayer Script
Checks to see whether or not fast travel is allowed by this layer.
SyntaxEdit
bool Function IsFavoritesEnabled() Native
ParametersEdit
None
Return ValueEdit
True if the Favorites menu is currently allowed by this layer.
ExamplesEdit
; Is this layer allowing fast travel?
if myLayer.IsFavoritesEnabled()
Debug.Trace("This layer has not disabled favorites!")
endIf