terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
bool | TryGetCausingEntity (out Entity entity) |
NetworkText | GetDeathText (string deadPlayerName) |
void | WriteSelfTo (BinaryWriter writer) |
PlayerDeathReason () | |
Static Public Member Functions | |
static PlayerDeathReason | LegacyEmpty () |
static PlayerDeathReason | LegacyDefault () |
static PlayerDeathReason | ByNPC (int index) |
static PlayerDeathReason | ByCustomReason (string reasonInEnglish) |
static PlayerDeathReason | ByPlayer (int index) |
static PlayerDeathReason | ByOther (int type) |
static PlayerDeathReason | ByProjectile (int playerIndex, int projectileIndex) |
static PlayerDeathReason | FromReader (BinaryReader reader) |
Properties | |
int? | SourceProjectileType [get, set] |
Private Attributes | |
int | _sourcePlayerIndex |
int | _sourceNPCIndex |
int | _sourceProjectileLocalIndex |
int | _sourceOtherIndex |
int | _sourceProjectileType |
int | _sourceItemType |
int | _sourceItemPrefix |
string | _sourceCustomReason |
Definition at line 12 of file PlayerDeathReason.cs.