GetHairLength

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the length of an NPC BaseForm's Hair.

Syntax

[help]
(float) NPCRefr.GetHairLength

Example

int playerHairLength
set playerHairLength to Player.GetHairLength 

Notes

  • With NVSE, this also works with base syntax on a base form: GetHairLenth GSSunnySmiles

See Also