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

◆ Collision_MoveSandshark()

void Terraria.NPC.Collision_MoveSandshark ( bool fall,
Vector2 cPosition,
int cWidth,
int cHeight )
inlineprivate

Definition at line 109868 of file NPC.cs.

109869 {
109870 //IL_000d: Unknown result type (might be due to invalid IL or missing references)
109871 //IL_000f: Unknown result type (might be due to invalid IL or missing references)
109872 //IL_001a: Unknown result type (might be due to invalid IL or missing references)
109873 //IL_001f: Unknown result type (might be due to invalid IL or missing references)
109874 if (!Main.remixWorld)
109875 {
109876 velocity = Collision.AdvancedTileCollision(TileID.Sets.ForAdvancedCollision.ForSandshark, cPosition, velocity, cWidth, cHeight, fall, fall);
109877 }
109878 }
Vector2 velocity
The velocity of this Entity in world coordinates per tick.
Definition Entity.cs:33

References Terraria.Collision.AdvancedTileCollision(), Terraria.ID.TileID.Sets.ForAdvancedCollision.ForSandshark, and Terraria.Main.remixWorld.

+ Here is the call graph for this function: