Skip to main content

OnPlayerLootEnd

Usage​

  • Called when the player stops looting
  • No return behavior

Examples​

""
void OnPlayerLootEnd(PlayerLoot inventory)
{
Puts("OnPlayerLootEnd works!");
}