Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPowerSubcategoryElement.cs
Go to the documentation of this file.
1
using
Terraria.GameContent.UI.Elements
;
2
3
namespace
Terraria.GameContent.Creative
;
4
5
public
interface
IPowerSubcategoryElement
6
{
7
GroupOptionButton<int>
GetOptionButton
(
CreativePowerUIElementRequestInfo
info,
int
optionIndex,
int
currentOptionIndex);
8
}
Terraria.GameContent.UI.Elements.GroupOptionButton
Definition
GroupOptionButton.cs:12
Terraria.GameContent.Creative.IPowerSubcategoryElement.GetOptionButton
GroupOptionButton< int > GetOptionButton(CreativePowerUIElementRequestInfo info, int optionIndex, int currentOptionIndex)
Terraria.GameContent.Creative.IPowerSubcategoryElement
Definition
IPowerSubcategoryElement.cs:6
Terraria.GameContent.Creative
Definition
CreativeItemSacrificesCatalog.cs:6
Terraria.GameContent.UI.Elements
Definition
AWorldListItem.cs:8
Terraria.GameContent.Creative.CreativePowerUIElementRequestInfo
Definition
CreativePowerUIElementRequestInfo.cs:4
source
Terraria.GameContent.Creative
IPowerSubcategoryElement.cs
Generated by
1.10.0