Skip to content
CreativeRobotics edited this page Mar 4, 2020 · 2 revisions

bool feed(Commander& Cmdr)

Feeds another commander object to this one. Commander will then extract any payload from the other Commander and try and process it as a command.

Arguments: A reference to a Commander object.

Clone this wiki locally