GetBipedModelPath

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the NIF file path to the specified biped model for the specified object or calling reference.

Syntax

[help]
(Path:string) reference.GetBipedModelPath BipedPathCode:int Object:form 

Example

string_var male_biped_path

let male_biped_path := GetBipedModelPath 0, ArmorLeather

; male_biped_path == "Armor\LeatherArmor\M\OutfitM.NIF"

Biped Path Codes

Specifies icon/model paths associated with biped objects, such as armor

  • 0: Male Biped Path
  • 1: Female Biped Path
  • 2: Male Ground Path
  • 3: Female Ground Path

See Also