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"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Ez0n3
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=='''Description'''==
{{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
=='''Syntax'''==
|returnType = void
 
|arguments =  
AutoDisplayObjectives ''0/1''
  {{FunctionArgument
 
  |Name = iType
=='''See Also'''==
  |Type = int
[[DisablePlayerControls]]<br>
  |Value = 0, 1
[[EnablePlayerControls]]<br>
  }}
 
|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

[help]
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.

See Also