|
| static void | FinishLoading (int typeCount) |
| | Call during M:Terraria.ModLoader.ILoader.ResizeArrays. Which runs after all M:Terraria.ModLoader.ILoadable.Load(Terraria.ModLoader.Mod) calls, but before any M:Terraria.ModLoader.ModType.SetupContent calls.
|
| |
| static void | Reset () |
| | Call during unloading, to clear the globals list.
|
| |
|
| static TGlobal[] | Globals = Array.Empty<TGlobal>() [get, private set] |
| | All registered globals. Empty until all globals have loaded.
|
| |
| static int | SlotsPerEntity [get, private set] |
| |
| static int | EntityTypeCount [get, private set] |
| |
Definition at line 7 of file GlobalList.cs.
The documentation for this class was generated from the following file: