Show / Hide Table of Contents

Class ToolUseAttemptEvent

Attempt event called before any do afters to see if the tool usage should succeed or not. Raised on both the tool and then target.

Inheritance
System.Object
ToolUseAttemptEvent
Namespace: Content.Shared.Tools.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ToolUseAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

ToolUseAttemptEvent(EntityUid)

Declaration
public ToolUseAttemptEvent(EntityUid user)
Parameters
Type Name Description
EntityUid user

Properties

| 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
☀
☾