TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.UndergroundBackgroundStylesLoader Class Reference

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)
 
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 ()
 

Detailed Description

This serves as the central class from which ModUndergroundBackgroundStyle functions are supported and carried out.

Definition at line 9 of file UndergroundBackgroundStylesLoader.cs.


The documentation for this class was generated from the following file: