Difference between revisions of "MiscObject Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
m
imported>Qazaaq
m (added category and editor reference crosslink)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:Items]]
'''Extends:''' [[Form Script]]


'''Extends:''' [[Form Script]]
'''Editor:''' [[MiscItem]]


Script for the manipulation of miscellaneous base objects.
Script for the manipulation of miscellaneous base objects.
Line 24: Line 26:
== Events ==
== Events ==
None
None
== See Also ==
*[[:Category:Items|Items Category]]

Revision as of 19:56, 8 October 2016

Extends: Form Script

Editor: MiscItem

Script for the manipulation of miscellaneous base objects.

Definition

ScriptName MiscObject extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

  • int Function GetObjectComponentCount( Component akComponent )
    • Returns the number of the given component this form has.

Events

None

See Also