Container.resize
Resize a container.
Kind: Function
Environments: Game
Game
container:resize( size, stackSize )
Availability: Server only
Parameters:
| Name | Type | Description |
|---|---|---|
container |
Container | The container instance. |
size |
integer | The new size of the container. |
stackSize (optional) |
integer | The stack size. Defaults to maximum possible stack size(65535). |