|
inlinevirtual |
Attach a block as input for a given slot number.
slot < 0 means attach it on the top of the stack in case the actor can handle many input. As a consequence, GetNbInput is increased by 1. The returned value is the slot position if slot < 0 and >= GetNbInput, the block cannot be attached and it returns -1
Reimplemented from ADF::NarvalInterface.
Definition at line 72 of file BasicReplica.h.