tModLoader v2024.10
A mod to make and play Terraria mods
|
To be used in cases where no entity is present. See ItemSourceID and ProjectileSourceID for vanilla valuesNOTE: Unlike most other entity sources, this one requires Context to be specified. More...
Inherits IEntitySource.
Public Member Functions | |
EntitySource_Misc (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... | |
To be used in cases where no entity is present. See ItemSourceID and ProjectileSourceID for vanilla values
NOTE: Unlike most other entity sources, this one requires Context to be specified.
|
get |
Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses
Implements IEntitySource.