Difference between revisions of "ConstructibleObject Script"

1,119 bytes added ,  01:36, 16 October 2017
no edit summary
imported>Qazaaq
imported>Qazaaq
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Items]]
'''Extends:''' [[MiscObject Script]]
'''Extends:''' [[MiscObject Script]]


'''Editor:''' [[Constructible Object]]
'''Editor:''' [[Constructible Object]]


Script for the manipulation of constructible object base objects.
Script for the manipulation of a [[Constructible Object]].


== Definition ==
== Definition ==
Line 17: Line 13:
None
None


== Global Functions ==
== F4SE Structs ==
None
*Struct [[ConstructibleComponent Struct - ConstructibleObject|ConstructibleComponent]]
**A structure that holds information about a constructible objects required item list entry.


== Member Functions ==
== Member Functions ==
None
None
== F4SE Member Functions ==
*ConstructibleComponent[] Function [[GetConstructibleComponents - ConstructibleObject|xxxxxxxxxxxxxxxx]]()
**
*Function [[SetConstructibleComponents - ConstructibleObject|SetConstructibleComponents]](ConstructibleComponent[] components)
**
*Form Function [[GetCreatedObject - ConstructibleObject|GetCreatedObject]]()
**
*Function [[SetCreatedObject - ConstructibleObject|SetCreatedObject]](Form akForm)
**
*int Function [[GetCreatedCount - ConstructibleObject|GetCreatedCount]]()
**
*Function [[SetCreatedCount - ConstructibleObject|SetCreatedCount]](int count)
**
*int Function [[GetPriority - ConstructibleObject|GetPriority]]()
**
*Function [[SetPriority - ConstructibleObject|SetPriority]](int priority)
**
*Keyword Function [[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]()
**
*Function [[SetWorkbenchKeyword - ConstructibleObject|SetWorkbenchKeyword]](Keyword akKeyword)
**


== Events ==
== Events ==
Line 27: Line 46:


== See Also ==
== See Also ==
*[[Constructible Object]]
*[[:Category:Items|Items Category]]
*[[:Category:Items|Items Category]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Items]]
Anonymous user