ClearArmorAltTexture

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.70.

Description

Removes an alt texture of a Weapon using a model ID and 3D index, or removes all of the alt textures for specified model if -1 is passed for the 3D index. Model IDs are as follows:
1 - Male Biped model
2 - Female Biped model
3 - Male World model
4 - Female World model

Syntax

[help]
(success(0/1)) ClearArmorAltTexture armor:baseform modelID:int(1-4) index3D:int

Example

ClearArmorAltTexture ArmorLeather 1 1 

See Also