ShapeClass.client_canErase
Called to check whether the Shape can be erased at this moment.
Kind: Callback
Environments: Game
Game
Callback side: Client
ShapeClass:client_canErase( )
Note: Can be used to override restrictions. (See Shape.erasable)
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
Returns:
| Type | Description |
|---|---|
| boolean | A boolean indicating whether the Shape can be erased or not. (Defaults to true) |