Difference between revisions of "GetExtraParts - HeadPart"
Jump to navigation
Jump to search
imported>Qazaaq (Added F4SE member) |
imported>Qazaaq (added required f4se version) |
||
Line 1: | Line 1: | ||
{{Template:Incomplete Article}} | |||
'''F4SE Member of:''' [[HeadPart Script]] | '''F4SE Member of:''' [[HeadPart Script]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.2.0}} | |||
Returns an array of all the extra parts to this part. | Returns an array of all the extra parts to this part. | ||
Line 27: | Line 26: | ||
== See Also == | == See Also == | ||
*[[HeadPart Script]] | *[[HeadPart Script]] | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:F4SE]] |
Latest revision as of 15:33, 21 January 2018
This article has been flagged as incomplete. |
Please help improve the wiki by learning how to contribute. |
F4SE Member of: HeadPart Script
Requires F4SE version 0.2.0 or higher.
Returns an array of all the extra parts to this part.
Syntax[edit | edit source]
HeadPart[] Function GetExtraParts() Native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns an array of HeadParts.
Examples[edit | edit source]
Notes[edit | edit source]
None