C# 클래스 Pluton.Rust.Events.GatherEvent

상속: Core.Event
파일 보기 프로젝트 열기: Notulp/Pluton.Rust

공개 프로퍼티들

프로퍼티 타입 설명
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