Show / Hide Table of Contents

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 Source

AckStructureConstructionMessage(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 Source

GhostId

Declaration
public readonly int GhostId
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Uid

The entity that is now being constructed, if any.

Declaration
public readonly NetEntity? Uid
Field Value
Type Description
System.Nullable<NetEntity>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾