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

OnActorPickupItem

This is an old revision of this page, as edited 04-28-2013, 02:07 AM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when an Actor picks up an Item.

[top]Declaration

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

[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
NPC_ - the owner of the Item

[top]Return value

None.

[top]Related pages