Difference between revisions of "EnableFastTravel"
Jump to navigation
Jump to search
imported>PoHa! (Copied info from CS Wiki; removed incomplete tag) |
imported>Ez0n3 |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Function | |||
EnableFastTravel | |CSWikiPage = EnableFastTravel | ||
|origin = GECK1 | |||
Enable or disable fast travel manually: 1 = allowed, 0 = disabled until reenabled by this function. | |summary = Enable or disable fast travel manually: 1 = allowed, 0 = disabled until reenabled by this function. | ||
|name = EnableFastTravel | |||
|returnType = void | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = Flag | |||
|Type = int | |||
|Value = 0, 1 | |||
}} | |||
|example = EnableFastTravel 1 | |||
}} | |||
== Notes == | == Notes == | ||
Line 8: | Line 18: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Player Functions]] | [[Category:Player Functions]] | ||
[[Category:Player Functions (GECK 1.1)]] | |||
Latest revision as of 07:33, 15 January 2011
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: EnableFastTravel.
A function included in the GECK version 1.1.0.36.
Description
Enable or disable fast travel manually: 1 = allowed, 0 = disabled until reenabled by this function.
Syntax
EnableFastTravel Flag:int{0, 1}
Example
EnableFastTravel 1
Notes
- Entering an interior Cell and then exiting to an exterior will reset Fast Travel to the enabled state.