HarvestableClass.server_canErase

Called to check whether the Harvestable can be erased at this moment.

Kind: Callback

Environments: Game

Game

Callback side: Server

HarvestableClass:server_canErase(  )

Open the full Game reference

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)