Interactable.hasChanged
Returns true if the interactable had updates since the given tick.
Kind: Function
Environments: Game
Game
interactable:hasChanged( tick )
Parameters:
| Name | Type | Description |
|---|---|---|
interactable |
Interactable | The interactable. |
tick |
integer | The tick. |
Returns:
| Type | Description |
|---|---|
| boolean | Returns true if the interactable has been updated. |