Class AckStructureConstructionMessage
Sent server -> client to tell the client that a ghost has started to be constructed.
Inheritance
System.Object
AckStructureConstructionMessage
Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public sealed class AckStructureConstructionMessage : EntityEventArgs
Constructors
| Improve this Doc View SourceAckStructureConstructionMessage(Int32, Nullable<NetEntity>)
Declaration
public AckStructureConstructionMessage(int ghostId, NetEntity? uid = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ghostId | |
System.Nullable<NetEntity> | uid |
Fields
| Improve this Doc View SourceGhostId
Declaration
public readonly int GhostId
Field Value
Type | Description |
---|---|
System.Int32 |
Uid
The entity that is now being constructed, if any.
Declaration
public readonly NetEntity? Uid
Field Value
Type | Description |
---|---|
System.Nullable<NetEntity> |