WorldClass.server_onCellLoaded
Called when a world cell is loaded and feature complete, but has been before.
Kind: Callback
Environments: Game
Game
Callback side: Server
WorldClass:server_onCellLoaded( x, y )
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
x |
integer | Cell x position. |
y |
integer | Cell y position. |