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

OnActorEquipItem

This is an old revision of this page, as edited 04-22-2012, 07:11 PM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when an Actor equips an Item.

[top]Declaration

Code cpp:
VAULTSCRIPT void OnActorEquipItem(vaultmp::ID, vaultmp::Base, vaultmp::Value);
forward OnActorEquipItem(ID, base, Float:value);

[top]Parameters

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

[top]Return value

None.

[top]Related pages