WorldClass.server_onMining

Called when the mining manager has filtered a batch of voxel loot candidates.

Kind: Callback

Environments: Game

Game

Callback side: Server

WorldClass:server_onMining( spawns )

Open the full Game reference

Parameters:

Name Type Description
self table The class instance.
spawns table An array of { position = Vec3, spawnId = integer } describing where and what to spawn.