Class ConstructionChangeEntityEvent
This event gets raised when an entity changes prototype / uid during construction. The event is raised directed both at the old and new entity.
Inheritance
System.Object
ConstructionChangeEntityEvent
Namespace: Content.Server.Construction
Assembly: Content.Server.dll
Syntax
public sealed class ConstructionChangeEntityEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceConstructionChangeEntityEvent(EntityUid, EntityUid)
Declaration
public ConstructionChangeEntityEvent(EntityUid newUid, EntityUid oldUid)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | newUid | |
EntityUid | oldUid |
Fields
| Improve this Doc View SourceNew
Declaration
public readonly EntityUid New
Field Value
Type | Description |
---|---|
EntityUid |
Old
Declaration
public readonly EntityUid Old
Field Value
Type | Description |
---|---|
EntityUid |