Difference between revisions of "GetTextureSetFlag"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns a Texture-Set's flag value (determined by <i>flagID</i>). |name = GetTextureSetFlag |returnType = flagValue:0/1 |arguments =...") |
imported>Jazzisparis |
||
Line 21: | Line 21: | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[SetTextureSetFlag]] | |||
*[[GetTextureSetTexture]] | |||
*[[SetTextureSetTexture]] | |||
*[[GetTextureSetTraitNumeric]] | |||
*[[SetTextureSetTraitNumeric]] | |||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] |
Revision as of 11:36, 28 March 2015
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Returns a Texture-Set's flag value (determined by flagID).
Syntax
(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