Difference between revisions of "ConstructibleObject Script"
Jump to navigation
Jump to search
imported>Qazaaq |
imported>Qazaaq |
||
Line 1: | Line 1: | ||
'''Extends:''' [[MiscObject Script]] | '''Extends:''' [[MiscObject Script]] | ||
'''Editor:''' [[Constructible Object]] | '''Editor:''' [[Constructible Object]] | ||
Script for the manipulation of | Script for the manipulation of a [[Constructible Object]]. | ||
== Definition == | == Definition == | ||
Line 17: | Line 13: | ||
None | None | ||
== | == F4SE Structs == | ||
*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]] |
Revision as of 00:36, 16 October 2017
Extends: MiscObject Script
Editor: Constructible Object
Script for the manipulation of a Constructible Object.
Definition
ScriptName ConstructibleObject extends MiscObject Native Hidden
Properties
None
F4SE Structs
- Struct ConstructibleComponent
- A structure that holds information about a constructible objects required item list entry.
Member Functions
None
F4SE Member Functions
- ConstructibleComponent[] Function xxxxxxxxxxxxxxxx()
- Function SetConstructibleComponents(ConstructibleComponent[] components)
- Form Function GetCreatedObject()
- Function SetCreatedObject(Form akForm)
- int Function GetCreatedCount()
- Function SetCreatedCount(int count)
- int Function GetPriority()
- Function SetPriority(int priority)
- Keyword Function GetWorkbenchKeyword()
- Function SetWorkbenchKeyword(Keyword akKeyword)
Events
None