terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
Private Attributes | |
int | _sourcePlayerIndex |
int | _sourceNPCIndex |
int | _sourceProjectileLocalIndex |
int | _sourceOtherIndex |
int | _sourceProjectileType |
int | _sourceItemType |
int | _sourceItemPrefix |
string | _sourceCustomReason |
Definition at line 10 of file PlayerDeathReason.cs.