WorldClass.server_onCellUnloaded
Called when a world cell is no longer feature complete.
Kind: Callback
Environments: Game
Game
Callback side: Server
WorldClass:server_onCellUnloaded( x, y )
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
x |
integer | Cell x position. |
y |
integer | Cell y position. |