tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
IBestiaryPrioritizedElement Interface Reference

Inherited by SpawnConditionBestiaryInfoElement, and SpawnConditionBestiaryOverlayInfoElement.

Properties

float OrderPriority [get]
 Higher priority values are shown before (higher up) other elements in the same Bestiary info category (UI.Elements.UIBestiaryEntryInfoPage.BestiaryInfoCategory). Defaults to 0. Use ICategorizedBestiaryInfoElement.ElementCategory to dictate which category this element belongs to. More...
 

Property Documentation

◆ OrderPriority

float IBestiaryPrioritizedElement.OrderPriority
get

Higher priority values are shown before (higher up) other elements in the same Bestiary info category (UI.Elements.UIBestiaryEntryInfoPage.BestiaryInfoCategory). Defaults to 0. Use ICategorizedBestiaryInfoElement.ElementCategory to dictate which category this element belongs to.

Implemented in SpawnConditionBestiaryInfoElement, and SpawnConditionBestiaryOverlayInfoElement.