• 免费帮忙安装服务器。需要上传插件可以联系客服/QQ:823667852
  • Rust插件网抽奖活动 点击红色字体进去
Zone Manager - 区域管理

免费 Zone Manager - 区域管理 3.1.8

没有下载权限
无Linq
保存数据时忽略null/默认值
通过服务器控制台运行时固定的 “区域” 控制台命令
添加了 “zone_list” 控制台命令

添加了以下接受集合参数的非分配API方法
(void) GetPlayerZoneIDsNoAlloc(BasePlayer播放器,List<string> list)
(void) GetEntityZoneIDsNoAlloc(BaseEntity实体,List<string> 列表)
(void) GetZoneIDsNoAlloc(List<string> list)
(void) GetPlayersInZoneNoAlloc(string zoneID, List<BasePlayer> list)
(void) GetEntitiesInZoneNoAlloc(string zoneId, List<BaseEntity> list)

添加了以下API方法来批量创建区域
(void) CreateOrUpdateZones(List<(string, string[], Vector3)> zones, List<bool> results = null)

添加了以下API方法批量删除区域
(void) EraseZones(List<string> zoneIds, List<bool> results = null)