Show / Hide Table of Contents

Struct ImplantImplantedEvent

Event that is raised whenever someone is implanted with any given implant. Raised on the the implant entity.

Namespace: Content.Shared.Implants
Assembly: Content.Shared.dll
Syntax
public struct ImplantImplantedEvent
Remarks

implant implant implant implant

Constructors

| Improve this Doc View Source

ImplantImplantedEvent(EntityUid, Nullable<EntityUid>)

Declaration
public ImplantImplantedEvent(EntityUid implant, EntityUid? implanted)
Parameters
Type Name Description
EntityUid implant
System.Nullable<EntityUid> implanted

Fields

| Improve this Doc View Source

Implant

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

Implanted

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