GetRaceBodyModelPath

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the body model path of the specified Race. Model part IDs are as follows:
0 - UpperBody
1 - LeftHand
2 - RightHand

Syntax

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

Example

GetRaceBodyModelPath Caucasian 0 0 // returns "characters\_Male\UpperBody.nif" 

See Also