Flst (Fallout4)
Summary
Represents a Form List form.
Properties
Name Description
string EditorId Gets or sets the Editor ID associated with this form.
uint FormId Gets the Form ID associated with this form.
FormCollection Items Gets or sets the mixed FormCollection associated with this Form List.
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

Because property Items represents a mixed FormCollection each form which is retrieved from the collection must be cast into its specific types before properties and methods specific to each form can be accessed.


Return to: Index