Difference between revisions of "SetEssential"
Jump to navigation
Jump to search
no edit summary
imported>Bnesmith |
imported>TastyWheat |
||
Line 1: | Line 1: | ||
{{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]] | ||