|
TModLoader v1.4.4.9
TModLoader source code documentation
|
This serves as the central class from which ModUndergroundBackgroundStyle functions are supported and carried out. More...
Inheritance diagram for Terraria.ModLoader.UndergroundBackgroundStylesLoader:
Collaboration diagram for Terraria.ModLoader.UndergroundBackgroundStylesLoader:Public Member Functions | |
| UndergroundBackgroundStylesLoader () | |
| override void | ChooseStyle (out int style, out SceneEffectPriority priority) |
| void | FillTextureArray (int style, int[] textureSlots) |
| void | UpdateSceneEffect (Player player) |
| void | UpdateMusic (ref int music, ref SceneEffectPriority priority) |
| int | Register (T obj) |
| T | Get (int id) |
Static Public Attributes | |
| const int | VanillaUndergroundBackgroundStylesCount = 22 |
| const int | VanillaSceneEffectCount |
Protected Member Functions | |
| int | Reserve () |
Package Functions | |
| void | Initialize (int vanillaCount) |
| Initializes the loader based on the vanilla count of the ModType. | |
| virtual void | ResizeArrays () |
| virtual void | Unload () |
| override void | Unload () |
Package Attributes | |
| List< T > | list |
Properties | |
| int | VanillaCount [get, set] |
| int | TotalCount [get, set] |
Private Member Functions | |
| void ILoader. | ResizeArrays () |
| void ILoader. | Unload () |
This serves as the central class from which ModUndergroundBackgroundStyle functions are supported and carried out.
Definition at line 9 of file UndergroundBackgroundStylesLoader.cs.