[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
NiMaterialPropertyGetTransparency
Jump to navigation
Jump to search
This is a command from NifSE.
Syntax
(float:transparency) NiMaterialPropertyGetTransparency short:nifID short:blockID (float:transparency) NiAlphaPropGetTransp short:nifID short:blockID
Returns transparency value of the NiMaterialProperty specified by blockID.
The default value of blockID, 0, indicates the NIF's root, a NiNode. NiNode blocks are not derived from NiMaterialProperty, so this function will always require an explicit blockID.