TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetWingStats()

WingStats Terraria.Player.GetWingStats ( int wingID)
inline

Definition at line 12229 of file Player.cs.

12230 {
12232 {
12233 return default(WingStats);
12234 }
12235 return ArmorIDs.Wing.Sets.Stats[wingID];
12236 }
static WingStats[] Stats
Determines the flight stats for a given T:Terraria.ID.ArmorIDs.Wing. It's recommended to use M:Terr...
Definition ArmorIDs.cs:2051
Stores the stats and settings for a T:Terraria.ID.ArmorIDs.Wing equip.
Definition WingStats.cs:7

References Terraria.ID.ArmorIDs.Wing.Sets.Stats.

Referenced by Terraria.Player.ApplyEquipFunctional(), and Terraria.Player.WingAirLogicTweaks().

+ Here is the caller graph for this function: