C# 클래스 Pluton.Events.DoorUseEvent

상속: CountedInstance
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Allow bool
DenyReason string
Door Entity
IgnoreLock bool
Open bool
Player Player

공개 메소드들

메소드 설명
Deny ( string reason = "" ) : void
DoorUseEvent ( Entity door, Player player, bool open )

메소드 상세

Deny() 공개 메소드

public Deny ( string reason = "" ) : void
reason string
리턴 void

DoorUseEvent() 공개 메소드

public DoorUseEvent ( Entity door, Player player, bool open )
door Entity
player Player
open bool

프로퍼티 상세

Allow 공개적으로 프로퍼티

public bool Allow
리턴 bool

DenyReason 공개적으로 프로퍼티

public string DenyReason
리턴 string

Door 공개적으로 프로퍼티

public Entity Door
리턴 Entity

IgnoreLock 공개적으로 프로퍼티

public bool IgnoreLock
리턴 bool

Open 공개적으로 프로퍼티

public bool Open
리턴 bool

Player 공개적으로 프로퍼티

public Player Player
리턴 Player