Struct ToolUserAttemptUseEvent
Event raised on the user of a tool to see if they can actually use it.
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Target
Declaration
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|