- Found in:
- SKSE
Description
Wiki Description
Returns the red component of this color form. (This function requires SKSE)
Caveats
Examples
ActorBase pActorBase = Game.GetPlayer().GetActorBase()
ColorForm color = pActorBase.GetHairColor()
int red = color.GetRed()
Debug.Trace("The amount of red in the players hair is " + red)
endifAuto-Generated Example
int returnedValue = myColorForm__toCallFunctionOn.GetRed()