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

OnActorDropItem

Gets called when an Actor drops an Item.

[top]Declaration

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

[top]Parameters

ID - the ID of the Actor
UCount - the count of the Item
Base - the base ID of the Item
Value - the Item condition

[top]Return value

None.

[top]Related pages