VRage.Game.ModAPI
MyDamageInformation
Assembly: VRage.Game.dll
public struct MyDamageInformation
This structure contains all information about damage being done.
Fields
| Member | Description |
|---|---|
| Amount | Gets or Sets the amount of the damage |
| AttackerId | Gets or Sets the id of the attacker |
| ExtraInfo | Gets or Sets the type of the damage |
| IsDeformation | Determines whether deformation is enabled |
| Type | Gets or Sets the type of the damage |
Constructors
| Member | Description |
|---|---|
| MyDamageInformation(bool, float, MyStringHash, long, MyStringHash?) |