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

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

Public Properties

Property Type Description
OldBody SharedBodyComponent
OldPart SharedBodyPartComponent

Public Methods

Method Description
RemovedFromPartInBodyEvent ( SharedBodyComponent oldBody, SharedBodyPartComponent oldPart ) : Content.Shared.Body.Components

Method Details

RemovedFromPartInBodyEvent() public method

public RemovedFromPartInBodyEvent ( SharedBodyComponent oldBody, SharedBodyPartComponent oldPart ) : Content.Shared.Body.Components
oldBody SharedBodyComponent
oldPart SharedBodyPartComponent
return Content.Shared.Body.Components

Property Details

OldBody public_oe property

public SharedBodyComponent OldBody
return SharedBodyComponent

OldPart public_oe property

public SharedBodyPartComponent OldPart
return SharedBodyPartComponent