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

OnActorUnequipItem

Gets called when an Actor unequips an Item.

[top]Declaration

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

[top]Parameters

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

[top]Return value

None.

[top]Related pages