[dismiss]
This wiki is a copy of the original Fallout3 GECK wiki created and maintained by the UESP.net. See GECK:Copy Notice for more info.
Difference between revisions of "AutoDisplayObjectives"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Ez0n3 |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | {{Function | ||
|origin = GECK1 | |||
'''AutoDisplayObjectives''' turns on or off the automatic display of objectives from the player's active quest. This is usually used in situations where the Pip-Boy is unavailable for some reason (for instance because the player's controls are partially disabled). | |summary = '''AutoDisplayObjectives''' turns on or off the automatic display of objectives from the player's active quest. This is usually used in situations where the Pip-Boy is unavailable for some reason (for instance because the player's controls are partially disabled). | ||
|name = AutoDisplayObjectives | |||
== | |returnType = void | ||
|arguments = | |||
{{FunctionArgument | |||
|Name = iType | |||
= | |Type = int | ||
|Value = 0, 1 | |||
}} | |||
|example = AutoDisplayObjectives 1 | |||
}} | |||
==Notes== | |||
*This function is new in the GECK, and was not available in the TES4 Construction Set. | |||
==See Also== | |||
*[[DisablePlayerControls]] | |||
*[[EnablePlayerControls]] | |||
[[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 01:27, 13 January 2011
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
AutoDisplayObjectives turns on or off the automatic display of objectives from the player's active quest. This is usually used in situations where the Pip-Boy is unavailable for some reason (for instance because the player's controls are partially disabled).
Syntax
AutoDisplayObjectives iType:int{0, 1}
Example
AutoDisplayObjectives 1
Notes
- This function is new in the GECK, and was not available in the TES4 Construction Set.