|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Spawn effects that should appear while the player is performing this jump here.
Only runs while the jump is P:Terraria.DataStructures.ExtraJumpState.Active
For example, the Sandstorm in a Bottle's dusts are spawned here.
| player | The player performing the jump |
Reimplemented from Terraria.ModLoader.ExtraJump.
Definition at line 12 of file SandstormInABottleJump.cs.
References Terraria.Main.dust, Terraria.Main.gore, Terraria.Player.gravDir, Terraria.Entity.height, Terraria.Player.jump, Terraria.Player.miscCounter, Terraria.Dust.NewDust(), Terraria.Gore.NewGore(), Terraria.Entity.position, Terraria.Main.rand, Terraria.Entity.velocity, and Terraria.Entity.width.
Here is the call graph for this function: