Difference between revisions of "SetEssential"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Bnesmith
 
imported>TastyWheat
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/SetEssential SetEssential].
{{Function
|origin = GECK1
|CSWikiPage = SetEssential
|summary = Sets the essential state of the object.
|returnType = void
|arguments = {{FunctionArgument
    |Name = BaseID
    |Type = string
  }}{{FunctionArgument
    |Name = Flag
    |Type = boolean
  }}
|example = SetEssential MyCompanionID 1
 
Sets the object, referred to by MyCompanionID, to true.
}}
 


[[Category:Functions]]
[[Category:Functions]]
[[Category:Actor Functions]]

Revision as of 23:23, 4 February 2009

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: SetEssential.

A function included in the GECK version 1.1.0.36.

Description

Sets the essential state of the object.

Syntax

[help]
SetEssential BaseID:string Flag:boolean

Example

SetEssential MyCompanionID 1

Sets the object, referred to by MyCompanionID, to true.