tModLoader v2024.03
A mod to make and play Terraria mods
EntitySource_TileEntity Class Reference

Used by vanilla for training dummies More...

Inherits IEntitySource.

Public Member Functions

 EntitySource_TileEntity (TileEntity tileEntity, string? context=null)
 

Properties

string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses More...
 
TileEntity TileEntity [get]
 
- 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...
 

Detailed Description

Used by vanilla for training dummies

Property Documentation

◆ Context

string? EntitySource_TileEntity.Context
get

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

Implements IEntitySource.