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

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...
 

Detailed Description

Used when an NPC spawns as a result of fishing.

Property Documentation

◆ Context

string? EntitySource_FishedOut.Context
get

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

Implements IEntitySource.