Create V.channels From Script?


Recommended Posts

Yes, the same way you do a regular one:

v.channel.add("myNewChannel")

Note that it won't appear in the workspace until the workspace refreshes (typically on load). This is for efficiency reasons.

Note there also is a ListAll() function and a Delete() function just like regular channels.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.