Background for Starfield
Member of the Planet script
voidfunctionSetTraitKnown(KeywordaKeyword, boolabKnown=true)Native

Description

Documentation Comment

Set a planet trait as known by the player


Caveats


Parameters

KeywordaKeyword

boolabKnown=true


Examples

Auto-Generated Example

Keyword myKeyword__aKeyword
bool myBool__abKnown

myPlanet__toCallFunctionOn.SetTraitKnown(myKeyword__aKeyword, myBool__abKnown)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.