|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Used when an NPC spawns as a result of fishing. More...
Inherits IEntitySource.
Public Member Functions | |
| EntitySource_FishedOut (Entity fisher, 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... | |
| Entity | Fisher [get] |
| The entity which was fishing. Normally a Player | |
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... | |
Used when an NPC spawns as a result of fishing.
|
get |
Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses
Implements IEntitySource.