-
Notifications
You must be signed in to change notification settings - Fork 2
GameLootManager API command
IGameLootManager
/battleroyale api IGameLootManager [...]
IGameLootConfigGetter
/battleroyale api IGameLootManager getMaxLootChunkPerTick
-
返回值:游戏刷新配置每tick最多刷新的区块数
/battleroyale api IGameLootManager getMaxLootDistance
-
返回值:游戏刷新配置最远刷新区块距离
/battleroyale api IGameLootManager getTolerantCenterDistance
-
返回值:游戏刷新配置中心容忍距离
/battleroyale api IGameLootManager getMaxCachedCenter
-
返回值:游戏刷新配置缓存记录的中心数量
/battleroyale api IGameLootManager getMaxQueuedChunk
-
返回值:游戏刷新配置最大待处理区块数
/battleroyale api IGameLootManager getBfsFrequency
-
返回值:游戏刷新配置完整刷新的频率
/battleroyale api IGameLootManager isInstantNextBfs
-
返回值:游戏刷新配置是否立即开始下一次刷新
/battleroyale api IGameLootManager getMaxCachedLootChunk
-
返回值:游戏刷新配置缓存记录的刷新区块数量
/battleroyale api IGameLootManager getCleanCachedChunk
-
返回值:游戏刷新配置清理记录的刷新区块的数量
/battleroyale api IGameLootManager getSimulationDistance
-
返回值:最远刷新区块距离
IGameLootStatus
/battleroyale api IGameLootManager getLastBfsTime
-
返回值:上一次开始完整刷新的游戏时间
/battleroyale api IGameLootManager getLastBfsProcessedLoot
-
返回值:上一次完整刷新的物资数
/battleroyale api IGameLootManager queuedChunksRefSize
-
返回值:当前待处理区块数量
/battleroyale api IGameLootManager processedChunkCacheSize
-
返回值:当前已处理的区块缓存数量
/battleroyale api IGameLootManager cachedPlayerCenterChunksSize
-
返回值:当前缓存的玩家中心区块数量
/battleroyale api IGameLootManager cachedCenterOffsetSize
-
返回值:当前已计算的中心距离偏移数量
IGameLootTester
/battleroyale api IGameLootManager isInQueuedChunksRef [xyz]
- xyz:坐标
-
返回值:坐标所在区块是否在待处理区块队列
/battleroyale api IGameLootManager isInProcessedChunkCache [xyz]
- xyz:坐标
-
返回值:坐标所在区块是否在已处理区块缓存
/battleroyale api IGameLootManager isInCachedCenterOffset [xyz]
- xyz:坐标
-
返回值:坐标所在区块是否在玩家中心区块缓存
IGameLootOperator
/battleroyale api IGameLootManager forceClearQueuedChunkRef
-
返回值:1
/battleroyale api IGameLootManager forceClearProcessedChunkCache
-
返回值:1
/battleroyale api IGameLootManager forceClearPlayerCenterChunks
-
返回值:1
IGameLootManager
/battleroyale api IGameLootManager [...]
IGameLootConfigGetter
/battleroyale api IGameLootManager getMaxLootChunkPerTick
-
return: the maximum number of chunks to loot per tick in In-game loot Settings
/battleroyale api IGameLootManager getMaxLootDistance
-
return: the maximum chunk distance for generation in In-game loot Settings
/battleroyale api IGameLootManager getTolerantCenterDistance
-
return: the tolerant center distance in In-game loot Settings
/battleroyale api IGameLootManager getMaxCachedCenter
-
return: the maximum number of cached center chunks in In-game loot Settings
/battleroyale api IGameLootManager getMaxQueuedChunk
-
return: the maximum number of chunks in the queue waiting to be processed in In-game loot Settings
/battleroyale api IGameLootManager getBfsFrequency
-
return: the frequency of a full generation in In-game loot Settings
/battleroyale api IGameLootManager isInstantNextBfs
-
return: whether to start the next loot immediately In-game loot Settings
/battleroyale api IGameLootManager getMaxCachedLootChunk
-
return: the maximum number of processed chunks to cache in In-game loot Settings
/battleroyale api IGameLootManager getCleanCachedChunk
-
return: the number of cached chunks to remove during cleanup in In-game loot Settings
/battleroyale api IGameLootManager getSimulationDistance
-
return: the max generation chunk distance
IGameLootStatus
/battleroyale api IGameLootManager getLastBfsTime
-
return: game time when the last full loot started
/battleroyale api IGameLootManager getLastBfsProcessedLoot
-
return: number of loot generated in the last full loot
/battleroyale api IGameLootManager queuedChunksRefSize
-
return: current number of chunks waiting to be processed
/battleroyale api IGameLootManager processedChunkCacheSize
-
return: current number of cached processed chunks
/battleroyale api IGameLootManager cachedPlayerCenterChunksSize
-
return: current number of cached player center chunks
/battleroyale api IGameLootManager cachedCenterOffsetSize
-
return: current number of calculated center distance offsets
IGameLootTester
/battleroyale api IGameLootManager isInQueuedChunksRef [xyz]
- xyz: coordinates
-
return: whether the chunk at the coordinates is in the processing queue
/battleroyale api IGameLootManager isInProcessedChunkCache [xyz]
- xyz: coordinates
-
return: whether the chunk at the coordinates is in the processed cache
/battleroyale api IGameLootManager isInCachedCenterOffset [xyz]
- xyz: coordinates
-
return: whether the chunk at the coordinates is in the player center cache
IGameLootOperator
/battleroyale api IGameLootManager forceClearQueuedChunkRef
-
return: 1
/battleroyale api IGameLootManager forceClearProcessedChunkCache
-
return: 1
/battleroyale api IGameLootManager forceClearPlayerCenterChunks
-
return: 1
🌐 Language / 语言
-
- Configuration Introduction
- Command Introcuction
- Game type introduction
- About
- Mod development tutorial