HarvestableClass.client_canErase
Called to check whether the Harvestable can be erased at this moment.
Kind: Callback
Environments: Game
Game
Callback side: Client
HarvestableClass:client_canErase( )
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
Returns:
| Type | Description |
|---|---|
| boolean | A boolean indicating whether the Harvestable can be removed or not. (Defaults to "removable" json value which defaults to false) |