Show / Hide Table of Contents

Class ExamineSystemMessages.RequestExamineInfoMessage

Inheritance
System.Object
ExamineSystemMessages.RequestExamineInfoMessage
Namespace: Content.Shared.Examine
Assembly: Content.Shared.dll
Syntax
public sealed class RequestExamineInfoMessage : EntityEventArgs

Constructors

| Improve this Doc View Source

RequestExamineInfoMessage(NetEntity, Int32, Boolean)

Declaration
public RequestExamineInfoMessage(NetEntity netEntity, int id, bool getVerbs = false)
Parameters
Type Name Description
NetEntity netEntity
System.Int32 id
System.Boolean getVerbs

Fields

| Improve this Doc View Source

GetVerbs

Declaration
public readonly bool GetVerbs
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Id

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

NetEntity

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