This site has been archived and made available for preservation purposes. No edits can be made.

RemoveAllItems

This is an old revision of this page, as edited 04-13-2012, 01:04 AM by foxtacles (contribs). It may differ significantly from the current revision.
Removes all Items from a Container.

[top]Declaration

Code cpp:
VAULTSCRIPT void (*RemoveAllItems)(vaultmp::ID);
native RemoveAllItems(ID);

[top]Parameters

vaultmp::ID - the ID of the Container

[top]Return value

None.