GetAltTexturesEx

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 5.07.

Description

Returns a Map-type array containing alternate texture forms of a specified Armor or Weapon model as values, and their 3D indices as keys. If Armor form is passed, an optional argument should be used to specify model ID, as follows:
1 - Male Biped model
2 - Female Biped model
3 - Male World model
4 - Female World model

Syntax

[help]
(map) GetAltTexturesEx armorOrWeapon:baseform modelID:int

Example

array_var altTextures = GetAltTexturesEx MS18RangerBattlearmor 1 

See Also