Show / Hide Table of Contents

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 Source

ConstructionChangeEntityEvent(EntityUid, EntityUid)

Declaration
public ConstructionChangeEntityEvent(EntityUid newUid, EntityUid oldUid)
Parameters
Type Name Description
EntityUid newUid
EntityUid oldUid

Fields

| Improve this Doc View Source

New

Declaration
public readonly EntityUid New
Field Value
Type Description
EntityUid
| Improve this Doc View Source

Old

Declaration
public readonly EntityUid Old
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾