Class FlashAttemptEvent
Inheritance
System.Object
FlashAttemptEvent
Assembly: Content.Server.dll
Syntax
public sealed class FlashAttemptEvent : CancellableEntityEventArgs
Constructors
|
Improve this Doc
View Source
FlashAttemptEvent(EntityUid, Nullable<EntityUid>, Nullable<EntityUid>)
Declaration
public FlashAttemptEvent(EntityUid target, EntityUid? user, EntityUid? used)
Parameters
Type |
Name |
Description |
EntityUid |
target |
|
System.Nullable<EntityUid> |
user |
|
System.Nullable<EntityUid> |
used |
|
Fields
|
Improve this Doc
View Source
Target
Declaration
public readonly EntityUid Target
Field Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
Used
Declaration
public readonly EntityUid? Used
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|
|
Improve this Doc
View Source
User
Declaration
public readonly EntityUid? User
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|