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

◆ GetLegsDrawOffset()

Vector2 Terraria.Player.GetLegsDrawOffset ( )
inline

Definition at line 5219 of file Player.cs.

5220 {
5221 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
5222 //IL_0005: Unknown result type (might be due to invalid IL or missing references)
5223 //IL_002e: Unknown result type (might be due to invalid IL or missing references)
5224 //IL_001d: Unknown result type (might be due to invalid IL or missing references)
5225 //IL_0023: Unknown result type (might be due to invalid IL or missing references)
5226 //IL_0028: Unknown result type (might be due to invalid IL or missing references)
5227 //IL_002d: Unknown result type (might be due to invalid IL or missing references)
5228 Vector2 result = Vector2.Zero;
5229 if (legs == 226)
5230 {
5231 result = new Vector2(-6f, 0f) * Directions;
5232 }
5233 return result;
5234 }
Vector2 Directions
Definition Player.cs:4189

References Terraria.Player.Directions, and Terraria.Player.legs.

Referenced by Terraria.DataStructures.PlayerDrawSet.BoringSetup_End().

+ Here is the caller graph for this function: