Difference between revisions of "MiscObject Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Hannibalektr
(→‎Member Functions: Updating to match latest source)
imported>Qazaaq
m
Line 3: Line 3:
[[Category:Script Objects]]
[[Category:Script Objects]]


'''Extends:''' [[Form Script (Papyrus)]]
'''Extends:''' [[Form Script]]


Script for the manipulation of miscellaneous base objects.
Script for the manipulation of miscellaneous base objects.

Revision as of 21:46, 6 June 2016


Extends: Form Script

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