Member of ML.SDK.MassiveLoopRoom
Method | Static
bool MassiveLoopRoom.TryRemoveChannel(byte channelId)
static bool MassiveLoopRoom.TryRemoveChannel(byte channelId);
Parameters
Parameter | Type | Description |
---|---|---|
channelId | byte | The channel to remove. |
Returns
True if the operation could be sent to the server. False if channel doesn't exists.
Summary
Remove a channel, if it exists.