BeginConditionalBlock

member

Description

Marks the beginning of a conditional block. Commands within this block are executed only if the last command was successfully executed.

Example

renderQueue.apply_material(material, vertexFormat)
    .begin_conditional_block()
    // Commands here will be executed only if the material was applied...
    .end_conditional_block();

See also

BBMOD_ERenderCommand.EndConditionalBlock

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.