NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

NiStencilProperty

Allows control of stencil testing.

Attributes

Name Type Description
From NiObject
From NiObjectNET
Skyrim Shader Type BSLightingShaderPropertyShaderType Configures the main shader path
Name string Name of this controllable object, used to refer to the object in .kf files.
Num Extra Data List uint The number of Extra Data objects referenced through the list.
Extra Data List Ref<NiExtraData> List of extra data indices.
Controller Ref<NiTimeController> Controller object index. (The first in a chain)
From NiProperty
From NiStencilProperty
Flags Flags Property flags:
Bit 0: Stencil Enable
Bits 1-3: Fail Action
Bits 4-6: Z Fail Action
Bits 7-9: Pass Action
Bits 10-11: Draw Mode
Bits 12-14: Stencil Function
Stencil Ref uint
Stencil Mask uint A bit mask. The default is 0xffffffff.

Parent Of