GetRaceHeadModelPath

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the head model path of the specified Race. Model part IDs are as follows:
0 - Head
1 - Ears
2 - Mouth
3 - TeethLower
4 - TeethUpper
5 - Tongue
6 - LeftEye
7 - RightEye

Syntax

[help]
(modelPath:string_var) GetRaceHeadModelPath race:ref modelPartID:int{0-7} isFemale:int{0/1}

Example

GetRaceHeadModelPath Caucasian 0 0 // returns "Characters\Head\HeadHuman.NIF" 

See Also