C# Class Pluton.Rust.Events.DoorUseEvent

Inheritance: Core.Event
Show file Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
DenyReason string
Door Core.Entity
IgnoreLock bool
Open bool
Player Core.Player

Public Methods

Method Description
DoorUseEvent ( Door door, Core.BaseEntity msg, bool open ) : Core

Method Details

DoorUseEvent() public method

public DoorUseEvent ( Door door, Core.BaseEntity msg, bool open ) : Core
door Door
msg Core.BaseEntity
open bool
return Core

Property Details

DenyReason public property

public string DenyReason
return string

Door public property

public Entity,Core Door
return Core.Entity

IgnoreLock public property

public bool IgnoreLock
return bool

Open public property

public bool Open
return bool

Player public property

public Player,Core Player
return Core.Player