Sequine - Scripting API
Calcatz.Sequine.SequineFlowCommand Class Reference

Blank command for SequineFlow command data. More...

Inheritance diagram for Calcatz.Sequine.SequineFlowCommand:
Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >

Public Member Functions

delegate void CommandExecutionCallback (Command _command)
 
override void Execute (CommandExecutionFlow _flow)
 The process to execute upon visiting the main in-point (white in-point). More...
 

Public Attributes

bool disabled = false
 

Events

CommandExecutionCallback onExecute
 Invoked once and then nulled immediately. More...
 

Additional Inherited Members

Detailed Description

Blank command for SequineFlow command data.

Member Function Documentation

◆ CommandExecutionCallback()

delegate void Calcatz.Sequine.SequineFlowCommand.CommandExecutionCallback ( Command  _command)

◆ Execute()

override void Calcatz.Sequine.SequineFlowCommand.Execute ( CommandExecutionFlow  _flow)
virtual

The process to execute upon visiting the main in-point (white in-point).

Parameters
_flow

Reimplemented from Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >.

Member Data Documentation

◆ disabled

bool Calcatz.Sequine.SequineFlowCommand.disabled = false

Event Documentation

◆ onExecute

CommandExecutionCallback Calcatz.Sequine.SequineFlowCommand.onExecute

Invoked once and then nulled immediately.