Show / Hide Table of Contents

Class AddImplantAttemptEvent

Inheritance
System.Object
AddImplantAttemptEvent
Namespace: Content.Shared.Implants
Assembly: Content.Shared.dll
Syntax
public sealed class AddImplantAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

AddImplantAttemptEvent(EntityUid, EntityUid, EntityUid, EntityUid)

Declaration
public AddImplantAttemptEvent(EntityUid user, EntityUid target, EntityUid implant, EntityUid implanter)
Parameters
Type Name Description
EntityUid user
EntityUid target
EntityUid implant
EntityUid implanter

Fields

| Improve this Doc View Source

Implant

Declaration
public readonly EntityUid Implant
Field Value
Type Description
EntityUid
| Improve this Doc View Source

Implanter

Declaration
public readonly EntityUid Implanter
Field Value
Type Description
EntityUid
| Improve this Doc View Source

Target

Declaration
public readonly EntityUid Target
Field Value
Type Description
EntityUid
| Improve this Doc View Source

User

Declaration
public readonly EntityUid User
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾