Background for Skyrim SE
Member of the ActorBase script
voidfunctionSetHairColor(ColorFormcolor)Native

Description

Wiki Description

Sets the ColorForm of this actors hair. (This function requires SKSE)


Caveats

CK Wiki - Notes

  • This function is performed on an ActorBase, meaning all Actors derived from this will have their hair color set.
  • This functions requires Actor.QueueNiNodeUpdate() to be called for the changes to be visible.
  • This function also requires that preprocessed heads be disabled before calling Actor.QueueNiNodeUpdate().

Parameters

  1. ColorFormcolor

    CK Wiki Description

    The color form that this actors hair will be.


Examples

No human-generated examples found for this function.

Auto-Generated Example

ColorForm myColorForm__color

myActorBase__toCallFunctionOn.SetHairColor(myColorForm__color)

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.