GetHairLength

From the Fallout3 GECK Wiki
Revision as of 21:20, 20 February 2017 by imported>DoctaSax
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the length of an actor's hair.

Syntax

[help]
(int) ActorRefID.GetHairLength

Example

int playerHairLength
set playerHairLength to Player.GetHairLength

Notes

Under NVSE, this also works with base syntax on a base form: GetHairLenth rActorBase