Set mask for sending commands to cluster clients
<viz:cluster>.setMask( | |
mask | |
) |
Cluster masks | |
viz.ALLCLIENTS | All clients and the master will receive commands. |
viz.MASTER | The master will receive commands. |
viz.CLIENTX | The specified client will receive commands. Replace X with the client number (ie viz.CLIENT1,viz.CLIENT2,..,viz.CLIENT9). |
Note: The ID of a client is based on the order in which it appears in the cluster master application. You can reorder clients by dragging and dropping the name in the list.