Container.hasChanged
Returns true if the given tick is lower than the tick the container was last changed.
Kind: Function
Environments: Game
Game
container:hasChanged( tick )
Availability: Server only
Parameters:
| Name | Type | Description |
|---|---|---|
container |
Container | The container. |
tick |
integer | The tick. |
Returns:
| Type | Description |
|---|---|
| boolean | Returns true if the container has been changed. |