SetHairColor

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

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