SetBipedModelPathAlt

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets the NIF File path for a Model of the specified Armor form.

The file path is relative to ..\Data\Meshes\.

Which model path will be set is determined by the modelSlot argument:

0	Biped Model - Male
1	Biped Model - Female
2	World (ground) Model - Male
3	World (ground) Model - Female

Note: This function is identical to SetBipedModelPathEx which, at the time this was written, is partially/utterly broken.

Syntax

[help]
SetBipedModelPathAlt armor:ref modelSlot:int{0-3} filePath:formattedString formatVars(up to 20)

Example

SetBipedModelPathAlt ArmorCombat 1 "Armor\CombatArmor\F\OutfitF.nif" 

Notes:

See Also