Our new developer documentation is now available. Please check it out!
RoomCollection.Add
public bool Add(Room item)
Add a room to the collection
Info
Always false if the collection IsRemoveOnly
Parameters
Name | Type | Description |
---|---|---|
item | Room | room to add |
Returns
Type | Description |
---|---|
Boolean | true on success or false |