SetBipedIconPathEx

From GECK
Jump to: navigation, search


Function Deprecated
This function should no longer be used. This page has been left for historical documentation purposes only.



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.
NOTE: Use SetBipedIconPathAlt instead, as this is currently broken.

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