ConstructibleObject Script

Extends: MiscObject Script
Editor: Constructible Object

Script for the manipulation of a constructible object.

DefinitionEdit

ScriptName ConstructibleObject extends MiscObject Native Hidden

PropertiesEdit

None

F4SE StructsEdit

  • Struct ConstructibleComponent
    • A structure that holds information about a constructible object's required item list.

Member FunctionsEdit

None

F4SE Member FunctionsEdit

  • int Function GetCreatedCount()
    • Gets the amount of Forms created by this constructible object.
  • Form Function GetCreatedObject()
    • Gets the created object Form for this constructible object.
  • int Function GetPriority()
    • Gets the priority for this constructible object.
  • Function SetConstructibleComponents(ConstructibleComponent[] components)
    • Sets the required item list for this constructible object.
  • Function SetCreatedCount(int count)
    • Sets the amount of Forms created by this constructible object.
  • Function SetCreatedObject(Form akForm)
    • Sets the created object Form for this constructible object.
  • Function SetPriority(int priority)
    • Sets the priority for this constructible object.
  • Function SetWorkbenchKeyword(Keyword akKeyword)
    • Sets the Keyword for this constructible object.

EventsEdit

None

See AlsoEdit