Show / Hide Table of Contents

Class BaseAnchoredAttemptEvent

Inheritance
System.Object
BaseAnchoredAttemptEvent
AnchorAttemptEvent
UnanchorAttemptEvent
Namespace: Content.Shared.Construction.Components
Assembly: Content.Shared.dll
Syntax
public abstract class BaseAnchoredAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

BaseAnchoredAttemptEvent(EntityUid, EntityUid)

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

Properties

| Improve this Doc View Source

Delay

Extra delay to add to the do_after. Add to this, don't replace it. Output parameter.

Declaration
public float Delay { get; set; }
Property Value
Type Description
System.Single
| 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
☀
☾