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