Skip to content

constants AlphaFunc (client-side)

Name Description
ALPHA_FUNC_MAT_DEFAULT Represents the default material alpha function.
ALPHA_FUNC_NONE Represents the none alpha function (no alpha blending).
ALPHA_FUNC_BLEND Represents the blend alpha function (regular alpha blending).
ALPHA_FUNC_ADD Represents the add alpha function.
ALPHA_FUNC_SUB Represents the sub alpha function (unsupported by the game).
ALPHA_FUNC_MUL Represents the mul alpha function.
ALPHA_FUNC_MUL2 Represents the mul2 alpha function.
ALPHA_FUNC_TEST Represents the test alpha function.
ALPHA_FUNC_BLEND_TEST Represents the blend test alpha function.