A member defined in BBMOD_ERenderCommand.gml
Marks the beginning of a conditional block. Commands within this block are executed only if the last command was successfully executed.
renderQueue.ApplyMaterial(material, vertexFormat)
.BeginConditionalBlock()
// Commands here will be executed only if the material was applied...
.EndConditionalBlock();
BBMOD_ERenderCommand.EndConditionalBlock
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.