IgnoreAlphaTest (Material stage keyword)
From modwiki
Description
The ignoreAlphaTest stage keyword prevents the effect of an alphaTest in another stage from applying to the current stage.
Usage
ignoreAlphaTest
Parameters
This keyword does not accept parameters.
Example
None.
Notes
While alphaTest is a stage specific keyword, it has an effect on all stages. To counter that, the keyword ignoreAlphaTest disables that effect on the stages where it is applied.

