Skip to main content

OnLootEntity

Usage​

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

Examples​

""
void OnLootEntity(BasePlayer player, BaseEntity entity)
{
Puts("OnLootEntity works!");
}