Kywd (Fallout4)
Summary
Represents a Keyword form.
Properties
Name Description
Aoru ActivationRule Gets or sets the furniture activation rule.
Color Color Gets or sets the color of this Keyword.
string Description Gets or sets the description.
string EditorId Gets or sets the Editor ID associated with this form.
uint FormId Gets the Form ID associated with this form.
string FullName Gets or sets the full in-game name (only used by some keywords).
string ShortName Gets or sets the short name (only used by some keywords).
int UnknownNumber Gets or sets an unknown number.
Methods
Name Description
bool HasTag(string) Determines whether this form has been tagged with the specified text.
void Tag(string) Tags this form with the specified text.
Remarks
The meaning of unknown properties is not known so use them with caution. Unknown properties will be removed and replaced with proper properties as soon as more information is available.

Return to: Index