C# Class Pluton.Rust.Events.GatherEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
Amount int
Gatherer Core.Player
ItemAmount ItemAmount
Resource Core.Entity
ResourceDispenser ResourceDispenser

Méthodes publiques

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

Method Details

GatherEvent() public méthode

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
Résultat Core

Property Details

Amount public_oe property

public int Amount
Résultat int

Gatherer public_oe property

public Player,Core Gatherer
Résultat Core.Player

ItemAmount public_oe property

public ItemAmount ItemAmount
Résultat ItemAmount

Resource public_oe property

public Entity,Core Resource
Résultat Core.Entity

ResourceDispenser public_oe property

public ResourceDispenser ResourceDispenser
Résultat ResourceDispenser