HasExtraPart - HeadPart

From the Fallout4 CreationKit Wiki
Revision as of 19:23, 20 April 2017 by imported>Qazaaq (Added F4SE member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: HeadPart Script

Returns whether this head part has this extra part.

Syntax

bool Function HasExtraPart(HeadPart p) Native

Parameters

  • p: The head part to check this part for.

Return Value

Returns true if the passed in HeadPart is on this part.

Examples

Notes

None

See Also