C# Class Pluton.Rust.Events.GatherEvent

Inheritance: Core.Event
显示文件 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_oe property

public int Amount
return int

Gatherer public_oe property

public Player,Core Gatherer
return Core.Player

ItemAmount public_oe property

public ItemAmount ItemAmount
return ItemAmount

Resource public_oe property

public Entity,Core Resource
return Core.Entity

ResourceDispenser public_oe property

public ResourceDispenser ResourceDispenser
return ResourceDispenser