ShapeClass.client_canTinker
Called to check whether the Interactable can be tinkered with at this moment.
Kind: Callback
Environments: Game
Game
Callback side: Client
ShapeClass:client_canTinker( character )
Note: Tinkering usually means opening the upgrade menu for seats.
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
character |
Character | The Character of the Player that is looking at the Shape. |
Returns:
| Type | Description |
|---|---|
| boolean | A boolean indicating whether the interactable can be tinkered with or not. (Defaults to true if client_onTinker is implemented, otherwise false) |