Show / Hide Table of Contents

Class ElectrifiedComponent

Component for things that shock users on touch.

Inheritance
System.Object
ElectrifiedComponent
Namespace: Content.Server.Electrocution
Assembly: Content.Server.dll
Syntax
public sealed class ElectrifiedComponent : Component

Fields

| Improve this Doc View Source

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

HighVoltageDamageMultiplier

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

HighVoltageNode

Declaration
public string? HighVoltageNode
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

HighVoltageTimeMultiplier

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

LowVoltageNode

Declaration
public string? LowVoltageNode
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

MediumVoltageDamageMultiplier

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

MediumVoltageNode

Declaration
public string? MediumVoltageNode
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

MediumVoltageTimeMultiplier

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

NoWindowInTile

Declaration
public bool NoWindowInTile
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OnAttacked

Declaration
public bool OnAttacked
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OnBump

Declaration
public bool OnBump
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OnHandInteract

Declaration
public bool OnHandInteract
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

OnInteractUsing

Declaration
public bool OnInteractUsing
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PlaySoundOnShock

Declaration
public bool PlaySoundOnShock
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

RequirePower

Declaration
public bool RequirePower
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ShockDamage

Declaration
public int ShockDamage
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ShockNoises

Declaration
public SoundSpecifier ShockNoises
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

ShockTime

Shock time, in seconds.

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

ShockVolume

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

SiemensCoefficient

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

UsesApcPower

Declaration
public bool UsesApcPower
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾