GetEffectShaderTexturePath

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.20.

Description

Returns the specified texture path of an Effect Shader.

Syntax

[help]
(string_var) GetEffectShaderTexturePath effectShader:baseform textureID:int

Example

string_var sFillTexture = GetEffectShaderTexturePath NukeAtomShader 0 

Effect Shader texture IDs

0 - Fill Texture
1 - Particle Shader Texture
2 - Holes Texture

See Also