sm.container.moveAll

Moves the content from one container to another.

Kind: Function

Environments: Game

Game

sm.container.moveAll( container, container, moveAll )

Open the full Game reference

Availability: Server only

Parameters:

Name Type Description
container Container The source container.
container Container The destination container.
moveAll (optional) boolean If true, requires that all items can be moved. Defaults to true. (Optional)