Class ImpactEffectEvent
Inheritance
System.Object
ImpactEffectEvent
Assembly: Content.Shared.dll
Syntax
public sealed class ImpactEffectEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
ImpactEffectEvent(String, NetCoordinates)
Declaration
public ImpactEffectEvent(string prototype, NetCoordinates coordinates)
Parameters
Type |
Name |
Description |
System.String |
prototype |
|
Robust.Shared.Map.NetCoordinates |
coordinates |
|
Fields
|
Improve this Doc
View Source
Coordinates
Declaration
public NetCoordinates Coordinates
Field Value
Type |
Description |
Robust.Shared.Map.NetCoordinates |
|
|
Improve this Doc
View Source
Prototype
Declaration
Field Value
Type |
Description |
System.String |
|