WorldClass.client_onTerrainCreated

Called on the client when a world's terrain is created for the first time.

Kind: Callback

Environments: Game

Game

Callback side: Client

WorldClass:client_onTerrainCreated(  )

Open the full Game reference

This callback is used for client-side terrain generation tasks.

* function World:client_onTerrainCreated()
*     -- Client-side terrain creation logic
* end

Parameters:

Name Type Description
self table The class instance.