Difference between revisions of "ConstructibleObject Script"

m
crosslinked
imported>Qazaaq
(added f4se member)
imported>Qazaaq
m (crosslinked)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Extends:''' [[MiscObject Script]]
'''Extends:''' [[MiscObject Script]]
 
<BR/>
'''Editor:''' [[Constructible Object]]
'''Editor:''' [[Constructible Object]]


Line 24: Line 24:
**Gets the required item list for this constructible object.
**Gets the required item list for this constructible object.


*Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components)
*int Function [[GetCreatedCount - ConstructibleObject|GetCreatedCount]]()
**Sets the required item list for this constructible object.
**Gets the amount of Forms created by this constructible object.


*Form Function [[GetCreatedObject - ConstructibleObject|GetCreatedObject]]()
*Form Function [[GetCreatedObject - ConstructibleObject|GetCreatedObject]]()
**Gets the created object Form for this constructible object.
**Gets the created object Form for this constructible object.


*Function [[SetCreatedObject - ConstructibleObject|SetCreatedObject]](Form akForm)
*int Function [[GetPriority - ConstructibleObject|GetPriority]]()
**Sets the created object Form for this constructible object.
**Gets the priority for this constructible object.
 
*Keyword Function [[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]()
**Gets the Keyword for this constructible object.


*int Function [[GetCreatedCount - ConstructibleObject|GetCreatedCount]]()
*Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components)
**Gets the amount of Forms created by this constructible object.
**Sets the required item list for this constructible object.


*Function [[SetCreatedCount - ConstructibleObject|SetCreatedCount]](int count)
*Function [[SetCreatedCount - ConstructibleObject|SetCreatedCount]](int count)
**Sets the amount of Forms created by this constructible object.
**Sets the amount of Forms created by this constructible object.


*int Function [[GetPriority - ConstructibleObject|GetPriority]]()
*Function [[SetCreatedObject - ConstructibleObject|SetCreatedObject]](Form akForm)
**Gets the priority for this constructible object.
**Sets the created object Form for this constructible object.


*Function [[SetPriority - ConstructibleObject|SetPriority]](int priority)
*Function [[SetPriority - ConstructibleObject|SetPriority]](int priority)
**Sets the priority for this constructible object.
**Sets the priority for this constructible object.
*Keyword Function [[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]()
**Gets the Keyword for this constructible object.


*Function [[SetWorkbenchKeyword - ConstructibleObject|SetWorkbenchKeyword]](Keyword akKeyword)
*Function [[SetWorkbenchKeyword - ConstructibleObject|SetWorkbenchKeyword]](Keyword akKeyword)
Anonymous user