NiStencilPropertySetFailAction

Revision as of 17:55, 23 January 2011 by imported>DragoonWraith (New page: This is a command from NifSE. '''Syntax''' (bool:success) NiStencilPropertyGetFailAction short:stencilAct short:nifID ''short:blockID'' (bool:success) NiStencilPropG...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a command from NifSE.

Syntax

(bool:success) NiStencilPropertyGetFailAction short:stencilAct short:nifID short:blockID
(bool:success) NiStencilPropGetFailAct short:stencilAct short:nifID short:blockID

Sets the fail action used by the NiStencilProperty specified by blockID. The fail action is the action taken if the stencil test evaluates to false. The possible values and their meanings are indicated below.

Returns 1 if successful, 0 otherwise.

The default value of blockID, 0, indicates the NIF's root, a NiNode. NiNode blocks are not derived from NiStencilProperty, so this function will always require an explicit blockID.

Stencil Actions

  • KEEP = 0
  • ZERO = 1
  • REPLACE = 2
  • INCREMENT = 3
  • DECREMENT = 4
  • INVERT = 5

See AlsoEdit