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

OnContainerItemChange

Gets called when an Item in a Container has changed.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnContainerItemChange(VAULTSPACE ID, VAULTSPACE Base, VAULTSPACE Count, VAULTSPACE Value) VAULTCPP(noexcept);
Code c:
forward OnContainerItemChange(ID, item, count, Float:value);

[top]Parameters

ID - the ID of the Container
Base - the base ID of the Item
Count - the changed count
Value - the changed Item condition

[top]Return value

None.