Background for Skyrim SE
Member of the ColorForm script
intfunctionGetGreen()

Description

Wiki Description

Returns the green component of this color form. (This function requires SKSE)


Caveats


Examples

ActorBase pActorBase = Game.GetPlayer().GetActorBase()
ColorForm color = pActorBase.GetHairColor()
int green = color.GetGreen()
Debug.Trace("The amount of green in the players hair is " + green)
endif

Auto-Generated Example

int returnedValue = myColorForm__toCallFunctionOn.GetGreen()

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.