Show / Hide Table of Contents

Class BaseAnchoredEvent

Inheritance
System.Object
BaseAnchoredEvent
BeforeAnchoredEvent
BeforeUnanchoredEvent
UserAnchoredEvent
UserUnanchoredEvent
Namespace: Content.Shared.Construction.Components
Assembly: Content.Shared.dll
Syntax
public abstract class BaseAnchoredEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

BaseAnchoredEvent(EntityUid, EntityUid)

Declaration
protected BaseAnchoredEvent(EntityUid user, EntityUid tool)
Parameters
Type Name Description
EntityUid user
EntityUid tool

Properties

| Improve this Doc View Source

Tool

Declaration
public EntityUid Tool { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

User

Declaration
public EntityUid User { get; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾