Difference between revisions of "GetMiscComponents - MiscObject"
Jump to navigation
Jump to search
GetMiscComponents - MiscObject (edit)
Revision as of 13:02, 25 November 2018
, 13:02, 25 November 2018Added notes.
imported>Qazaaq (Extended the papyrus example. Thanks @JigsJosh for getting it started.) |
imported>Qazaaq (Added notes.) |
||
Line 1: | Line 1: | ||
'''F4SE Member of:''' [[MiscObject Script]] | '''F4SE Member of:''' [[MiscObject Script]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.4.2}} | {{Template:Papyrus:RequiredF4SE|version=0.4.2}} | ||
Line 37: | Line 36: | ||
EndIf | EndIf | ||
</source> | </source> | ||
== Notes == | |||
*Do not use these functions on ConstructibleObject they will not work. Papyrus defines Constructible as extends MiscObject when this is not remotely true internally and F4SE does not support this kind of conversion in code so these are separate functions. | |||
== See Also == | == See Also == |