SetBipedIconPathEX

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the DDS file path to a formatable string for the male or female icon for the specified biped object or calling reference (nothing) reference. Added by NVSE 4.1.

Syntax

[help]
(nothing) reference.SetBipedIconPathEX NewPath:string Formatting BipedPathCode:int Object:form

Example

SetBipedIconPathEX "MyNewIcons\PipboyImages\Apparel\new_leather.dds" 0, ArmorLeather

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