Difference between revisions of "MiscObject Script"

127 bytes added ,  20:05, 2 December 2018
m
no edit summary
imported>Qazaaq
(fixed link)
imported>Qazaaq
m
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
== F4SE Structs ==
== F4SE Structs ==
*Struct [[MiscComponent Struct - MiscObject|MiscComponent]]
*Struct [[MiscComponent Struct - MiscObject|MiscComponent]]
**A structure that holds information about a component of the MiscObject.
**A structure that holds information about the ''Component Data'' of a MiscItem.


== Global Functions ==
== Global Functions ==
Line 22: Line 22:
== Member Functions ==
== Member Functions ==
*int Function [[GetObjectComponentCount - MiscObject|GetObjectComponentCount]](Component akComponent)
*int Function [[GetObjectComponentCount - MiscObject|GetObjectComponentCount]](Component akComponent)
**Returns the number of the given component this form has.
**Gets the quantity of the given Component from the MiscItem ''Component Data''.


== F4SE Member Functions ==
== F4SE Member Functions ==
*MiscComponent[] Function [[GetMiscComponents - MiscObject|GetMiscComponents]]()
*MiscComponent[] Function [[GetMiscComponents - MiscObject|GetMiscComponents]]()
**Returns the MiscComponents this MiscObject has.
**Gets the ''Component Data'' for this MiscItem as an array of MiscComponent structures.


*Function [[SetMiscComponents - MiscObject|SetMiscComponents]](MiscComponent[] akComponents)
*Function [[SetMiscComponents - MiscObject|SetMiscComponents]](MiscComponent[] akComponents)
**Sets the MiscComponents this MiscObject has.
**Sets the ''Component Data'' for this MiscItem using an array of MiscComponent structures.


== Events ==
== Events ==
Line 35: Line 35:


== See Also ==
== See Also ==
*[[MiscItem]]
*[[:Category:Items|Items Category]]
*[[:Category:Items|Items Category]]


Anonymous user