tModLoader v2024.11
A mod to make and play Terraria mods
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.