C# Class Pluton.Rust.Events.GatherEvent

Inheritance: Core.Event
Show file Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Amount int
Gatherer Core.Player
ItemAmount ItemAmount
Resource Core.Entity
ResourceDispenser ResourceDispenser

Public Methods

Method Description
GatherEvent ( ResourceDispenser resourceDispenser, Core.BaseEntity from, Core.BaseEntity to, ItemAmount itemAmount, int amount ) : Core

Method Details

GatherEvent() public method

public GatherEvent ( ResourceDispenser resourceDispenser, Core.BaseEntity from, Core.BaseEntity to, ItemAmount itemAmount, int amount ) : Core
resourceDispenser ResourceDispenser
from Core.BaseEntity
to Core.BaseEntity
itemAmount ItemAmount
amount int
return Core

Property Details

Amount public property

public int Amount
return int

Gatherer public property

public Player,Core Gatherer
return Core.Player

ItemAmount public property

public ItemAmount ItemAmount
return ItemAmount

Resource public property

public Entity,Core Resource
return Core.Entity

ResourceDispenser public property

public ResourceDispenser ResourceDispenser
return ResourceDispenser