Show / Hide Table of Contents

Class SpawnExplosionEuiMsg.PreviewRequest

This message is sent to the server to request explosion preview data.

Inheritance
System.Object
EuiMessageBase
SpawnExplosionEuiMsg.PreviewRequest
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class PreviewRequest : EuiMessageBase

Constructors

| Improve this Doc View Source

PreviewRequest(MapCoordinates, String, Single, Single, Single)

Declaration
public PreviewRequest(MapCoordinates epicenter, string typeId, float totalIntensity, float intensitySlope, float maxIntensity)
Parameters
Type Name Description
Robust.Shared.Map.MapCoordinates epicenter
System.String typeId
System.Single totalIntensity
System.Single intensitySlope
System.Single maxIntensity

Fields

| Improve this Doc View Source

Epicenter

Declaration
public readonly MapCoordinates Epicenter
Field Value
Type Description
Robust.Shared.Map.MapCoordinates
| Improve this Doc View Source

IntensitySlope

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

MaxIntensity

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

TotalIntensity

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

TypeId

Declaration
public readonly string TypeId
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾