Difference between revisions of "MiscObject Script"

833 bytes added ,  20:05, 2 December 2018
m
no edit summary
imported>Plplecuyer
 
imported>Qazaaq
m
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Scripting]]
'''Extends:''' [[Form Script]]
[[Category:Papyrus]]
<BR/>
[[Category:Script Objects]]
'''Editor:''' [[MiscItem]]
 
'''Extends:''' [[Form Script (Papyrus)]]


Script for the manipulation of miscellaneous base objects.
Script for the manipulation of miscellaneous base objects.
Line 14: Line 12:
== Properties ==
== Properties ==
None
None
== F4SE Structs ==
*Struct [[MiscComponent Struct - MiscObject|MiscComponent]]
**A structure that holds information about the ''Component Data'' of a MiscItem.


== Global Functions ==
== Global Functions ==
Line 19: Line 21:


== Member Functions ==
== Member Functions ==
None
*int Function [[GetObjectComponentCount - MiscObject|GetObjectComponentCount]](Component akComponent)
**Gets the quantity of the given Component from the MiscItem ''Component Data''.
 
== F4SE Member Functions ==
*MiscComponent[] Function [[GetMiscComponents - MiscObject|GetMiscComponents]]()
**Gets the ''Component Data'' for this MiscItem as an array of MiscComponent structures.
 
*Function [[SetMiscComponents - MiscObject|SetMiscComponents]](MiscComponent[] akComponents)
**Sets the ''Component Data'' for this MiscItem using an array of MiscComponent structures.


== Events ==
== Events ==
None
None
== See Also ==
*[[MiscItem]]
*[[:Category:Items|Items Category]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Items]]
Anonymous user