|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
This serves as the central class from which ModUgBgStyle functions are supported and carried out. More...
Collaboration diagram for Terraria.ModLoader.UgBgStyleLoader:Static Public Member Functions | |
| static void | ChooseStyle (ref int style) |
| static void | FillTextureArray (int style, int[] textureSlots) |
| static ModUgBgStyle | GetUgBgStyle (int style) |
| Returns the ModUgBgStyle object with the given ID. More... | |
Static Public Attributes | |
| const int | vanillaUgBgStyleCount = 18 |
Static Private Attributes | |
| static int | nextUgBgStyle = vanillaUgBgStyleCount |
This serves as the central class from which ModUgBgStyle functions are supported and carried out.
Definition at line 13 of file BackgroundStyleLoaders.cs.
|
static |
Definition at line 41 of file BackgroundStyleLoaders.cs.
|
static |
Definition at line 55 of file BackgroundStyleLoaders.cs.
References Terraria.ModLoader.UgBgStyleLoader.GetUgBgStyle().
Here is the call graph for this function:
|
static |
Returns the ModUgBgStyle object with the given ID.
Definition at line 28 of file BackgroundStyleLoaders.cs.
References Terraria.ModLoader.UgBgStyleLoader.nextUgBgStyle, and Terraria.ModLoader.UgBgStyleLoader.vanillaUgBgStyleCount.
Referenced by Terraria.ModLoader.UgBgStyleLoader.FillTextureArray().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 16 of file BackgroundStyleLoaders.cs.
Referenced by Terraria.ModLoader.UgBgStyleLoader.GetUgBgStyle().
|
static |
Definition at line 15 of file BackgroundStyleLoaders.cs.
Referenced by Terraria.ModLoader.UgBgStyleLoader.GetUgBgStyle().