Tube.watch

This function adds to the server tubes that a Tube object watches.

class Tube
void
watch
(
string[] names...
)

Parameters

names string[]

An array of strings containing the names of the tubes to be watched. Invalid tube names will be completely ignored.

Meta