Show / Hide Table of Contents

Struct ToolUserAttemptUseEvent

Event raised on the user of a tool to see if they can actually use it.

Namespace: Content.Shared.Tools.Components
Assembly: Content.Shared.dll
Syntax
public struct ToolUserAttemptUseEvent

Constructors

| Improve this Doc View Source

ToolUserAttemptUseEvent(Nullable<EntityUid>)

Declaration
public ToolUserAttemptUseEvent(EntityUid? target)
Parameters
Type Name Description
System.Nullable<EntityUid> target

Fields

| Improve this Doc View Source

Cancelled

Declaration
public bool Cancelled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Target

Declaration
public EntityUid? Target
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾