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.apply_material(material, vertexFormat)
.begin_conditional_block()
// Commands here will be executed only if the material was applied...
.end_conditional_block();
BBMOD_ERenderCommand.EndConditionalBlock
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.