C# Class Pluton.Rust.Events.DoorUseEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

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

Méthodes publiques

Méthode Description
DoorUseEvent ( Door door, Core.BaseEntity msg, bool open ) : Core

Method Details

DoorUseEvent() public méthode

public DoorUseEvent ( Door door, Core.BaseEntity msg, bool open ) : Core
door Door
msg Core.BaseEntity
open bool
Résultat Core

Property Details

DenyReason public_oe property

public string DenyReason
Résultat string

Door public_oe property

public Entity,Core Door
Résultat Core.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,Core Player
Résultat Core.Player