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

GetContainerItemCount

This is an old revision of this page, as edited 04-12-2012, 09:54 PM by foxtacles (contribs). It may differ significantly from the current revision.
Retrieves the current count of an Item in a Container.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::UCount (*GetContainerItemCount)(vaultmp::ID, vaultmp::Base);
native GetContainerItemCount(ID, base);

[top]Parameters

vaultmp::ID - the ID of the Container
vaultmp::Base - the base of the Item

[top]Return value

Returns a vaultmp::UCount.