GetHairColor

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the specified RGB int value (0=All, 1=Red, 2=Green, 3=Blue) for the specified NPC or calling reference. Added by NVSE 4.1.

Syntax

(int) Actor.GetHairColor ColorCode:int Actor:NPC

Example

int HairRedValue

let HairRedValue := SunnyREF.GetHairColor 1

See Also