|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
This is where all ModWorld hooks are gathered and called. More...
Collaboration diagram for Terraria.ModLoader.WorldHooks:Static Public Member Functions | |
| static void | ChooseWaterStyle (ref int style) |
| static void | ModifyHardmodeTasks (List< GenPass > passes) |
| static void | ModifyWorldGenTasks (List< GenPass > passes, ref float totalWeight) |
| static void | PostDrawTiles () |
| static void | PostUpdate () |
| static void | PostWorldGen () |
| static void | PreUpdate () |
| static void | PreWorldGen () |
| static void | ResetNearbyTileEffects () |
| static void | TileCountsAvailable (int[] tileCounts) |
This is where all ModWorld hooks are gathered and called.
Definition at line 12 of file WorldHooks.cs.
|
static |
Definition at line 92 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.ChooseWaterStyle().
Referenced by Terraria.ModLoader.WaterStyleLoader.ChooseWaterStyle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 98 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.ModifyHardmodeTasks().
Here is the call graph for this function:
|
static |
Definition at line 56 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.ModifyWorldGenTasks().
Here is the call graph for this function:
|
static |
Definition at line 104 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.PostDrawTiles().
Here is the call graph for this function:
|
static |
Definition at line 80 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.PostUpdate().
Here is the call graph for this function:
|
static |
Definition at line 62 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.PostWorldGen().
Here is the call graph for this function:
|
static |
Definition at line 74 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.PreUpdate().
Here is the call graph for this function:
|
static |
Definition at line 50 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.PreWorldGen().
Here is the call graph for this function:
|
static |
Definition at line 68 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.ResetNearbyTileEffects().
Here is the call graph for this function:
|
static |
Definition at line 86 of file WorldHooks.cs.
References Terraria.ModLoader.ModWorld.TileCountsAvailable().
Here is the call graph for this function: