Background for Skyrim SE
Member of the HeadPart script
intfunctionGetType()Native

Description

Wiki Description

Returns the number of the head part's type. (This function requires SKSE)

Documentation Comment

Returns the head part type


Caveats


Examples

Int HeadPartType = Player.GetNthHeadPart(0).GetType() ;Returns the actor base's first headpart type

Auto-Generated Example

int returnedValue = myHeadPart__toCallFunctionOn.GetType()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.