Show / Hide Table of Contents

Class ExamineSystem

Inheritance
System.Object
ExamineSystemShared
ExamineSystem
Implements
EntitySystem
Namespace: Content.Server.Examine
Assembly: Content.Server.dll
Syntax
public sealed class ExamineSystem : ExamineSystemShared, EntitySystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
ExamineSystemShared.Initialize()
| Improve this Doc View Source

SendExamineTooltip(EntityUid, EntityUid, FormattedMessage, Boolean, Boolean)

Declaration
public override void SendExamineTooltip(EntityUid player, EntityUid target, FormattedMessage message, bool getVerbs, bool centerAtCursor)
Parameters
Type Name Description
EntityUid player
EntityUid target
Robust.Shared.Utility.FormattedMessage message
System.Boolean getVerbs
System.Boolean centerAtCursor

Implements

EntitySystem
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾