EnableFastTravel - Game

Revision as of 10:39, 23 February 2015 by imported>Terra Nova2 (→‎Notes: changed note a bit for clarity.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Enables or disables the player's ability to fast travel.

SyntaxEdit

Function EnableFastTravel(abEnable = true) native global

ParametersEdit

  • abEnable: If true, enables fast travel. Otherwise disables it.
    • Default: True

Return ValueEdit

None.

ExamplesEdit

; Enable fast travel
Game.EnableFastTravel()


; Disable fast travel
Game.EnableFastTravel(false)

NotesEdit

See AlsoEdit