Skip to main content

OnPlayerDropActiveItem

Usage​

  • Called when the player drops their active held item
  • No return behavior

Examples​

""
void OnPlayerDropActiveItem(BasePlayer player, Item item)
{
Puts("OnPlayerDropActiveItem works!");
}