C# Class Pluton.Events.DoorUseEvent

Inheritance: CountedInstance
Show file Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Allow bool
DenyReason string
Door Entity
IgnoreLock bool
Open bool
Player Player

Public Methods

Method Description
Deny ( string reason = "" ) : void
DoorUseEvent ( Entity door, Player player, bool open )

Method Details

Deny() public method

public Deny ( string reason = "" ) : void
reason string
return void

DoorUseEvent() public method

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

Property Details

Allow public property

public bool Allow
return bool

DenyReason public property

public string DenyReason
return string

Door public property

public Entity Door
return Entity

IgnoreLock public property

public bool IgnoreLock
return bool

Open public property

public bool Open
return bool

Player public property

public Player Player
return Player