C# Class Content.Shared.Body.Events.RemovedFromBodyEvent

Raised on a mechanism when it is removed from a body.
Inheritance: EntityEventArgs
Mostrar archivo Open project: space-wizards/space-station-14

Public Properties

Property Type Description
Old SharedBodyComponent

Public Methods

Method Description
RemovedFromBodyEvent ( SharedBodyComponent old ) : Content.Shared.Body.Components

Method Details

RemovedFromBodyEvent() public method

public RemovedFromBodyEvent ( SharedBodyComponent old ) : Content.Shared.Body.Components
old SharedBodyComponent
return Content.Shared.Body.Components

Property Details

Old public_oe property

public SharedBodyComponent Old
return SharedBodyComponent