Tube.ignore

This function removes one or more names from the server tubes that a Tube object watches.

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

Parameters

names string[]

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

Meta