C# Class Pluton.Events.DoorUseEvent

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Свойство Type Description
Allow bool
DenyReason string
Door Entity
IgnoreLock bool
Open bool
Player Player

Méthodes publiques

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

Method Details

Deny() public méthode

public Deny ( string reason = "" ) : void
reason string
Résultat void

DoorUseEvent() public méthode

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

Property Details

Allow public_oe property

public bool Allow
Résultat bool

DenyReason public_oe property

public string DenyReason
Résultat string

Door public_oe property

public Entity Door
Résultat Entity

IgnoreLock public_oe property

public bool IgnoreLock
Résultat bool

Open public_oe property

public bool Open
Résultat bool

Player public_oe property

public Player Player
Résultat Player