C# Class Pluton.Rust.Events.EntityLootEvent

Inheritance: LootEvent
Show file Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Target Entity

Public Methods

Method Description
EntityLootEvent ( PlayerLoot playerLoot, Player looter, Entity looted ) : Rust.Objects

Method Details

EntityLootEvent() public method

public EntityLootEvent ( PlayerLoot playerLoot, Player looter, Entity looted ) : Rust.Objects
playerLoot PlayerLoot
looter Player
looted Entity
return Rust.Objects

Property Details

Target public property

public Entity Target
return Entity