# Container.hasChanged

Returns true if the given tick is lower than the tick the container was last changed.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
container:hasChanged( tick )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Container.md#haschanged)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `container` | [Container](../Game-Script-Environment/Userdata/Container.md) | The container. |
| `tick` | integer | The tick. |

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Returns true if the container has been changed. |
