GetArmorAltTextures

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.30.

Description

Returns an array of alternate texture forms of a specified Armor model. Model IDs are as follows:
1 - Male Biped model
2 - Female Biped model
3 - Male World model
4 - Female World model

Syntax

[help]
(array) GetArmorAltTextures armor:baseform modelID:int

Example

array_var altTextures = GetArmorAltTextures MS18RangerBattlearmor 1 

See Also