- Found in:
- SKSE
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 typeAuto-Generated Example
int returnedValue = myHeadPart__toCallFunctionOn.GetType()Related Pages
- ActorBase
- ActorBase.GetNthHeadPart(...)
- ActorBase.SetNthHeadPart(...)
