GetTextureSetFlag

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns a Texture-Set's flag value (determined by flagID).

Syntax

[help]
(flagValue:0/1) GetTextureSetFlag textureSet:ref flagID:int{0-3}

Texture-Set Flag IDs

0	No Specular Map
1	Parallax
2	Alpha - Blending
3	Alpha - Testing

Example

GetTextureSetFlag LandscapeDirtNV 1

See Also