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 08-21-2012, 09:04 PM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when an Actor pickups an Item.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnActorPickupItem(VAULTSPACE ID, VAULTSPACE Base, VAULTSPACE UCount, VAULTSPACE Value) _CPP(noexcept);
Code c:
forward OnActorPickupItem(ID, base, 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