Skip to main content

OnLootItem

Usage​

  • Called when the player starts looting an item
  • No return behavior

Examples​

""
void OnLootItem(PlayerLoot playerLoot, Item item)
{
Puts("OnLootItem works!");
}