C# Class RohBot.RoomManager

Show file Open project: Rohansi/RohBot Class Usage Examples

Public Methods

Method Description
Broadcast ( string message, bool>.Func filter = null ) : void
Get ( string name ) : Room
Update ( ) : void

Private Methods

Method Description
RoomManager ( ) : System

Method Details

Broadcast() public method

public Broadcast ( string message, bool>.Func filter = null ) : void
message string
filter bool>.Func
return void

Get() public method

public Get ( string name ) : Room
name string
return RohBot.Rooms.Room

Update() public method

public Update ( ) : void
return void