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( )
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. |