C# Class Pluton.Rust.Events.DoorUseEvent

Inheritance: Core.Event
显示文件 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_oe property

public string DenyReason
return string

Door public_oe property

public Entity,Core Door
return Core.Entity

IgnoreLock public_oe property

public bool IgnoreLock
return bool

Open public_oe property

public bool Open
return bool

Player public_oe property

public Player,Core Player
return Core.Player