GetHairColor

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(int) Actor.GetHairColor ColorCode:int Actor:NPC

Example

int HairRedValue

let HairRedValue := SunnyREF.GetHairColor 1

See Also