SetHairColor

From the Fallout3 GECK Wiki
Revision as of 13:11, 22 August 2014 by imported>Odessa (created. source whatsnew + 101 forum posts)
(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

Sets the hair color RGB value, specified as a single int, for the specified NPC or calling reference. To see the changes, you must call Update3D. Added by NVSE 4.1.

Syntax

[help]
(none) Actor.SetHairColor NewRGB:int Actor:NPC

Example

SunnyREF.SetHairColor 1044735
SunnyREF.Update3D

See Also