Difference between revisions of "SetTextureSetFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Sets a Texture-Set's flag value (determined by <i>flagID</i>). |name = SetTextureSetFlag |returnType = flagValue:0/1 |arguments = {...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
}}
}}
==See Also==
==See Also==
*[[GetTextureSetFlag]]
*[[GetTextureSetTexture]]
*[[SetTextureSetTexture]]
*[[GetTextureSetTraitNumeric]]
*[[SetTextureSetTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Texture-Set Functions (JIP)]]

Latest revision as of 15:33, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

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

Syntax

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

Texture-Set Flag IDs

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

Example

SetTextureSetFlag LandscapeDirtNV 1 0

See Also