|
Barotrauma Client Doc
|
Public Member Functions | |
| CauseOfDeath (CauseOfDeathType type, AfflictionPrefab affliction, Character killer, Entity damageSource) | |
Public Attributes | |
| readonly CauseOfDeathType | Type |
| readonly AfflictionPrefab | Affliction |
| readonly Character | Killer |
| readonly Entity | DamageSource |
Definition at line 10 of file CauseOfDeath.cs.
| Barotrauma.CauseOfDeath.CauseOfDeath | ( | CauseOfDeathType | type, |
| AfflictionPrefab | affliction, | ||
| Character | killer, | ||
| Entity | damageSource | ||
| ) |
Definition at line 17 of file CauseOfDeath.cs.
| readonly AfflictionPrefab Barotrauma.CauseOfDeath.Affliction |
Definition at line 13 of file CauseOfDeath.cs.
| readonly Entity Barotrauma.CauseOfDeath.DamageSource |
Definition at line 15 of file CauseOfDeath.cs.
| readonly Character Barotrauma.CauseOfDeath.Killer |
Definition at line 14 of file CauseOfDeath.cs.
| readonly CauseOfDeathType Barotrauma.CauseOfDeath.Type |
Definition at line 12 of file CauseOfDeath.cs.