Difference between revisions of "GetHairColor"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(created. source obse docs and whatsnew)
 
imported>Odessa
m (+comment from 101 forum thread)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = NVSE
  |summary = Returns the specified RGB value (1=Red, 2=Green, 3=Blue) for the specified NPC or [[calling reference]]. Added by NVSE 4.1.
  |summary = 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.
  |name = GetHairColor
  |name = GetHairColor
  |returnType = int
  |returnType = int

Latest revision as of 12:00, 22 August 2014

< [[::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