GetRaceHeadModelPath
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
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
(modelPath:string_var) GetRaceHeadModelPath race:ref modelPartID:int{0-7} isFemale:int{0/1}
Example
GetRaceHeadModelPath Caucasian 0 0 // returns "Characters\Head\HeadHuman.NIF"