SetArmorAltTexture
From GECK
A function added by the JohnnyGuitar NVSE Plugin version 4.70.
Contents
Description
Changes an alt texture of an Armor using a model ID and 3D index. Model IDs are as follows:1 - Male Biped model 2 - Female Biped model 3 - Male World model 4 - Female World model
Syntax
(success(0/1)) SetArmorAltTexture armor:baseform modelID:int index3D:int textureSet:baseform
Example
SetArmorAltTexture ArmorLeather 1 1 NewTextureSet
Notes
- The function did not function correctly before JohnnyGuitar NVSE version 5.07, only modifying existing entries and not adding new ones.