HarvestableClass.server_onRemoved
Called when a Player wants to remove the Harvestable.
Kind: Callback
Environments: Game
Game
Callback side: Server
HarvestableClass:server_onRemoved( player )
Note: The HarvestableClass is responsible for doing the remove using Harvestable.destroy.
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
player |
Player | The Player that wants to remove the Harvestable. |