Show / Hide Table of Contents

Class TryStartItemConstructionMessage

Sent client -> server to to tell the server that we started building an item-construction.

Inheritance
System.Object
TryStartItemConstructionMessage
Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public sealed class TryStartItemConstructionMessage : EntityEventArgs

Constructors

| Improve this Doc View Source

TryStartItemConstructionMessage(String)

Declaration
public TryStartItemConstructionMessage(string prototypeName)
Parameters
Type Name Description
System.String prototypeName

Fields

| Improve this Doc View Source

PrototypeName

The construction prototype to start building.

Declaration
public readonly string PrototypeName
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾