# sm.gui.setGarageImportGuiStorage

Set the storage container for the garage creation import gui to use

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.gui.setGarageImportGuiStorage( container )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.gui.md#setgarageimportguistorage)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `container` | [Container](../Game-Script-Environment/Userdata/Container.md) | The container import gui should use for materials. |
