Background for Skyrim SE
Member of the ActorBase script
HeadPartfunctionGetNthHeadPart(intslotPart)Native

Description

Wiki Description

Returns the specified head part of this actor. (This function requires SKSE)


Caveats

CK Wiki - Notes

None


Parameters

  1. intslotPart

    CK Wiki Description

    the Nth HeadPart of the ActorBase


Examples

No human-generated examples found for this function.

Auto-Generated Example

int myInt__slotPart

HeadPart returnedValue = myActorBase__toCallFunctionOn.GetNthHeadPart(myInt__slotPart)

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.