Show / Hide Table of Contents

Class ElectrocutedEvent

Inheritance
System.Object
ElectrocutedEvent
Namespace: Content.Shared.Electrocution
Assembly: Content.Shared.dll
Syntax
public sealed class ElectrocutedEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

ElectrocutedEvent(EntityUid, Nullable<EntityUid>, Single)

Declaration
public ElectrocutedEvent(EntityUid targetUid, EntityUid? sourceUid, float siemensCoefficient)
Parameters
Type Name Description
EntityUid targetUid
System.Nullable<EntityUid> sourceUid
System.Single siemensCoefficient

Fields

| Improve this Doc View Source

SiemensCoefficient

Declaration
public readonly float SiemensCoefficient
Field Value
Type Description
System.Single
| Improve this Doc View Source

SourceUid

Declaration
public readonly EntityUid? SourceUid
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

TargetUid

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