TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.StatInheritanceData Struct Reference
+ Collaboration diagram for Terraria.ModLoader.StatInheritanceData:

Public Member Functions

 StatInheritanceData (float damageInheritance=0f, float critChanceInheritance=0f, float attackSpeedInheritance=0f, float armorPenInheritance=0f, float knockbackInheritance=0f)
 

Public Attributes

float damageInheritance
 
float critChanceInheritance
 
float attackSpeedInheritance
 
float armorPenInheritance
 
float knockbackInheritance
 

Static Public Attributes

static readonly StatInheritanceData Full = new StatInheritanceData(1f, 1f, 1f, 1f, 1f)
 
static readonly StatInheritanceData None = new StatInheritanceData(0f, 0f, 0f, 0f, 0f)
 

Detailed Description

Definition at line 3 of file StatInheritanceData.cs.


The documentation for this struct was generated from the following file: