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

◆ RegisterDefaultJumps()

static void Terraria.ModLoader.ExtraJumpLoader.RegisterDefaultJumps ( )
inlinestaticpackage

Definition at line 140 of file ExtraJumpLoader.cs.

141 {
142 int i = 0;
143 foreach (ExtraJump extraJump in ExtraJumps)
144 {
145 extraJump.Type = i++;
146 ContentInstance.Register(extraJump);
148 }
149 }
static readonly List< ExtraJump > ExtraJumps

References Terraria.ModLoader.ExtraJumpLoader.ExtraJumps, and Terraria.ModLoader.ContentInstance< T >.Register().

Referenced by Terraria.ModLoader.ExtraJumpLoader.ExtraJumpLoader(), and Terraria.ModLoader.ModContent.CacheVanillaState().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: