Difference between revisions of "GetHairLength"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>WarMachineDD7
(Created page with "{{Function |origin = FOSE1 |summary = Returns the length of an actor's hair. |name = GetHairLength |returnType = int |referenceType = ActorRefID |arguments = |example =...")
 
imported>DoctaSax
m
 
Line 10: Line 10:
}}
}}
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]
==Notes==
Under NVSE, this also works with base syntax on a base form: GetHairLenth rActorBase

Latest revision as of 20:20, 20 February 2017

< [[::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