Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetSpecialEventTextIfNotEmpty()

bool Terraria.NPC.GetSpecialEventTextIfNotEmpty ( string specialTextKey,
object substitutes,
ref string specialEventText )
inline

Definition at line 91546 of file NPC.cs.

91547 {
91550 {
91552 return true;
91553 }
91554 return false;
91555 }
static LocalizedText SelectRandom(LanguageSearchFilter filter, UnifiedRandom random=null)
Definition Language.cs:65
static readonly LocalizedText Empty

References Terraria.Lang.CreateDialogFilter(), Terraria.Localization.LocalizedText.Empty, and Terraria.Localization.Language.SelectRandom().