WorldClass.server_onTerrainLoaded

Called when a world's terrain is loaded (not created) on the server.

Kind: Callback

Environments: Game

Game

Callback side: Server

WorldClass:server_onTerrainLoaded(  )

Open the full Game reference

This is triggered when existing terrain data is loaded into the world.

* function World:server_onTerrainLoaded()
*     -- Terrain loading logic here
* end

Parameters:

Name Type Description
self table The class instance.