C# Class Content.Shared.Doors.BeforeDoorPryEvent

Raised when an attempt to pry open the door is made. Cancel to stop the door from being pried open.
Inheritance: CancellableEntityEventArgs
Datei anzeigen Open project: space-wizards/space-station-14

Public Properties

Property Type Description
User EntityUid

Public Methods

Method Description
BeforeDoorPryEvent ( EntityUid user ) : Content.Shared.Doors.Components

Method Details

BeforeDoorPryEvent() public method

public BeforeDoorPryEvent ( EntityUid user ) : Content.Shared.Doors.Components
user EntityUid
return Content.Shared.Doors.Components

Property Details

User public_oe property

public EntityUid User
return EntityUid