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

◆ VerticalWingSpeeds()

virtual void Terraria.ModLoader.EquipTexture.VerticalWingSpeeds ( Player player,
ref float ascentWhenFalling,
ref float ascentWhenRising,
ref float maxCanAscendMultiplier,
ref float maxAscentMultiplier,
ref float constantAscend )
inlinevirtual

Allows you to modify vertical wing speeds.

Parameters
player
ascentWhenFalling
ascentWhenRising
maxCanAscendMultiplier
maxAscentMultiplier
constantAscend

Definition at line 156 of file EquipTexture.cs.

157 {
158 if (Item != null)
159 {
161 }
162 }
ModItem Item
The item that is associated with this equipment texture. Null if no item is associated with this.
virtual void VerticalWingSpeeds(Player player, ref float ascentWhenFalling, ref float ascentWhenRising, ref float maxCanAscendMultiplier, ref float maxAscentMultiplier, ref float constantAscend)
Allows you to modify the speeds at which you rise and fall when these wings are equipped.
Definition ModItem.cs:1042