tModLoader v2024.02
A mod to make and play Terraria mods
EntitySource_DebugCommand Class Reference

Inherits IEntitySource.

Public Member Functions

 EntitySource_DebugCommand (string context)
 

Properties

string Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses More...
 
- Properties inherited from IEntitySource
string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses More...
 

Property Documentation

◆ Context

string EntitySource_DebugCommand.Context
get

Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses

Implements IEntitySource.