# 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

``` { .lua .api-signature }
WorldClass:client_onTerrainCreated(  )
```

[Open the full Game reference](../Game-Script-Environment/Classes/WorldClass.md#client_onterraincreated)

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

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `self` | table | The class instance. |
