Difference between revisions of "MiscObject Script"
Jump to navigation
Jump to search
imported>Plplecuyer |
imported>Hannibalektr (→Member Functions: Updating to match latest source) |
||
Line 19: | Line 19: | ||
== Member Functions == | == Member Functions == | ||
*int Function [[GetObjectComponentCount - MiscObject|GetObjectComponentCount]]( Component akComponent ) | |||
**Returns the number of the given component this form has. | |||
== Events == | == Events == | ||
None | None |
Revision as of 12:36, 13 May 2016
Extends: Form Script (Papyrus)
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