C# Класс Pluton.Rust.Events.GatherEvent

Наследование: Core.Event
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Amount int
Gatherer Core.Player
ItemAmount ItemAmount
Resource Core.Entity
ResourceDispenser ResourceDispenser

Открытые методы

Метод Описание
GatherEvent ( ResourceDispenser resourceDispenser, Core.BaseEntity from, Core.BaseEntity to, ItemAmount itemAmount, int amount ) : Core

Описание методов

GatherEvent() публичный Метод

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
Результат Core

Описание свойств

Amount публичное свойство

public int Amount
Результат int

Gatherer публичное свойство

public Player,Core Gatherer
Результат Core.Player

ItemAmount публичное свойство

public ItemAmount ItemAmount
Результат ItemAmount

Resource публичное свойство

public Entity,Core Resource
Результат Core.Entity

ResourceDispenser публичное свойство

public ResourceDispenser ResourceDispenser
Результат ResourceDispenser