Blender V4.3
blender::fn::multi_function::NextInstructionInfo Struct Reference

Public Member Functions

const IndexMaskmask () const
 
 operator bool () const
 

Public Attributes

const Instructioninstruction = nullptr
 
InstructionIndices indices
 

Detailed Description

Contains information about the next instruction that should be executed.

Definition at line 1089 of file multi_function_procedure_executor.cc.

Member Function Documentation

◆ mask()

const IndexMask & blender::fn::multi_function::NextInstructionInfo::mask ( ) const
inline

◆ operator bool()

blender::fn::multi_function::NextInstructionInfo::operator bool ( ) const
inline

Definition at line 1098 of file multi_function_procedure_executor.cc.

Member Data Documentation

◆ indices

InstructionIndices blender::fn::multi_function::NextInstructionInfo::indices

Definition at line 1091 of file multi_function_procedure_executor.cc.

◆ instruction

const Instruction* blender::fn::multi_function::NextInstructionInfo::instruction = nullptr

The documentation for this struct was generated from the following file: