|
Blender V4.3
|
#include <FN_multi_function_procedure.hh>
Inherits blender::fn::multi_function::Instruction.
Additional Inherited Members | |
Public Member Functions inherited from blender::fn::multi_function::Instruction | |
| InstructionType | type () const |
| Span< InstructionCursor > | prev () const |
Protected Attributes inherited from blender::fn::multi_function::Instruction | |
| InstructionType | type_ |
| Vector< InstructionCursor > | prev_ |
| friend | Procedure |
| friend | CallInstruction |
| friend | BranchInstruction |
| friend | DestructInstruction |
| friend | DummyInstruction |
| friend | ReturnInstruction |
This instruction ends the procedure.
Definition at line 216 of file FN_multi_function_procedure.hh.