mcinterface
Vars | |
inputs | A list of mcinterfaces that we are recieving from |
---|---|
outputs | A list of mcinterfaces that we are outputting to |
Procs | |
AddInput | /// MESSAGES |
AddOutput | Add an interface to our outputs, and add us to their inputs. Origin is an arg used to prevent an infinite loop of add/remove |
RemoveInput | Remove an interface from our inputs, and remove us from their outputs. Origin is an arg used to prevent an infinite loop of add/remove |
RemoveOutput | Remove an interface from our outputs, and remove us from their inputs. Origin is an arg used to prevent an infinite loop of add/remove |
Send | Send an mcmessage to our outputs |
Var Details
inputs
A list of mcinterfaces that we are recieving from
outputs
A list of mcinterfaces that we are outputting to
Proc Details
AddInput
/// MESSAGES
Add an interface to our inputs, and add us to their outputs. Origin is an arg used to prevent an infinite loop of add/remove
AddOutput
Add an interface to our outputs, and add us to their inputs. Origin is an arg used to prevent an infinite loop of add/remove
RemoveInput
Remove an interface from our inputs, and remove us from their outputs. Origin is an arg used to prevent an infinite loop of add/remove
RemoveOutput
Remove an interface from our outputs, and remove us from their inputs. Origin is an arg used to prevent an infinite loop of add/remove
Send
Send an mcmessage to our outputs