C# 클래스 Pluton.Events.LootEvent

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
Cancel bool
Looter Player
cancelReason string
pLoot PlayerLoot

공개 메소드들

메소드 설명
LootEvent ( PlayerLoot pl, Player looter )
Stop ( string reason = "A plugin stops you from looting that!" ) : void

메소드 상세

LootEvent() 공개 메소드

public LootEvent ( PlayerLoot pl, Player looter )
pl PlayerLoot
looter Player

Stop() 공개 메소드

public Stop ( string reason = "A plugin stops you from looting that!" ) : void
reason string
리턴 void

프로퍼티 상세

Cancel 공개적으로 프로퍼티

public bool Cancel
리턴 bool

Looter 공개적으로 프로퍼티

public Player Looter
리턴 Player

cancelReason 공개적으로 프로퍼티

public string cancelReason
리턴 string

pLoot 공개적으로 프로퍼티

public PlayerLoot pLoot
리턴 PlayerLoot