GetRaceHairs

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

Returns an array containing all the hairs available to the specified race. Added by NVSE 4.5.

Syntax

[help]
(array) GetRaceHairs Target:race

Example

array_var Race_Hairs

let Race_Hairs := GetRaceHairs Caucasian

Ar_Dump Race_Hairs would print something like:

** Dumping Array #19 **
Refs: 1 Owner 0B: nvse-test.esp
[ 0.000000 ] : Clean Cut (00014B90)
[ 1.000000 ] : Tunnel Snake (000218C6)
[ 2.000000 ] : Pompadour (000218C7)
[ 3.000000 ] : Sarge (0002242B)
[ 4.000000 ] : Domestic Goddess (00022E4E)
[ 5.000000 ] : No Nonsense (00022E4F)
[ 6.000000 ] : Prim 'N Proper (00022E50)
... and so on

See Also