GetHairColor

From the Fallout3 GECK Wiki
Revision as of 13:00, 22 August 2014 by imported>Odessa (+comment from 101 forum thread)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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