SetHairLength

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Sets the hair length on the NPC BaseForm. The hair length attribute is apparently unused by the vanilla game.

If an NPC reference is passed, its BaseForm is derived.

Syntax

[help]
(none) NPCRefr.SetHairLength HairLength:float NPC:BaseForm 

Example

SunnyREF.SetHairLength 1.0

This is equivalent to:

SetHairLength 1.0 GSSunnySmiles

See Also