Class ExamineSystem
Implements
EntitySystem
Namespace: Content.Server.Examine
Assembly: Content.Server.dll
Syntax
public sealed class ExamineSystem : ExamineSystemShared, EntitySystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceSendExamineTooltip(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