WorldClass.client_onCellLoaded
Called when a world cell is considered feature complete for a client (has nodes).
Kind: Callback
Environments: Game
Game
Callback side: Client
WorldClass:client_onCellLoaded( x, y )
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
x |
integer | Cell x position. |
y |
integer | Cell y position. |