Show / Hide Table of Contents

Class ExamineSystemMessages.ExamineInfoResponseMessage

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

Constructors

| Improve this Doc View Source

ExamineInfoResponseMessage(NetEntity, Int32, FormattedMessage, Nullable<List<Verb>>, Boolean, Boolean, Boolean)

Declaration
public ExamineInfoResponseMessage(NetEntity entityUid, int id, FormattedMessage message, List<Verb>? verbs = null, bool centerAtCursor = true, bool openAtOldTooltip = true, bool knowTarget = true)
Parameters
Type Name Description
NetEntity entityUid
System.Int32 id
Robust.Shared.Utility.FormattedMessage message
System.Nullable<List<Verb>> verbs
System.Boolean centerAtCursor
System.Boolean openAtOldTooltip
System.Boolean knowTarget

Fields

| Improve this Doc View Source

CenterAtCursor

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

EntityUid

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

Id

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

KnowTarget

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

Message

Declaration
public readonly FormattedMessage Message
Field Value
Type Description
Robust.Shared.Utility.FormattedMessage
| Improve this Doc View Source

OpenAtOldTooltip

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

Verbs

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