GetTexturePath

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the file path to the texture for the specified object or calling reference. This command is identical to GetIconPath, but also works for other object types such as skills, classes, and miscellaneous objects.

Syntax

[help]
(Path:string) reference.GetTexturePath Object:form 

Example

string_var texture_path

let texture_path := GetTexturePath Vodka

See Also