3
edits
imported>Qazaaq (added required f4se version) |
(Struct uses Form instead of Component to handle both components and things that can't be components, like weapons.) |
||
Line 7: | Line 7: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Struct ConstructibleComponent | Struct ConstructibleComponent | ||
Form Object | |||
int Count | int Count | ||
EndStruct | EndStruct | ||
Line 13: | Line 13: | ||
== Members == | == Members == | ||
*Object: The required [[Component]] for a [[Constructible Object]]. | *Object: The required [[Component]] for a [[Constructible Object]]. Is a [[Form]] to handle items that aren't Components. | ||
*Count: The amount of the component that is required. | *Count: The amount of the component that is required. | ||
Line 30: | Line 30: | ||
* [[Constructible Object]] | * [[Constructible Object]] | ||
* [[Component]] | * [[Component]] | ||
* [[Form]] | |||
* [[GetConstructibleComponents - ConstructibleObject]] | * [[GetConstructibleComponents - ConstructibleObject]] | ||
* [[SetConstructibleComponents - ConstructibleObject]] | * [[SetConstructibleComponents - ConstructibleObject]] |
edits