| Package | Description |
|---|---|
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
static SetRoomSystemPropertiesRequest.MaxPlayerCountProperty |
SetRoomSystemPropertiesRequest.MaxPlayerCountProperty.set(int playerCount)
设置房间最大玩家数量属性。
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SetRoomSystemPropertiesRequest.MaxPlayerCountProperty> |
SetRoomSystemPropertiesRequest.getMaxPlayerCountProperty()
获取请求内是否设置房间最大玩家数量属性。
|
| Modifier and Type | Method and Description |
|---|---|
SetRoomSystemPropertiesRequest |
SetRoomSystemPropertiesRequest.setMaxPlayerCountProperty(SetRoomSystemPropertiesRequest.MaxPlayerCountProperty property)
修改本次设置房间系统属性请求,设置房间最大玩家数量属性。房间内玩家数量达到限制后,新玩家无法再加入本房间。
|
Copyright © 2019 LeanCloud. All rights reserved.