|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Used when an NPC spawns as a result of fishing. More...
Inheritance diagram for Terraria.DataStructures.EntitySource_FishedOut:
Collaboration diagram for Terraria.DataStructures.EntitySource_FishedOut:Public Member Functions | |
| EntitySource_FishedOut (Entity fisher, string? context=null) | |
Static Package Functions | |
| static ? IEntitySource | GetGoreFallback () |
| static FallbackSourceRef | PushFallback (IEntitySource source) |
Properties | |
| Entity | Fisher [get] |
| The entity which was fishing. Normally a T:Terraria.Player | |
| string? | Context [get] |
| Additional context identifier, particularly useful for set bonuses or accessory affects. See T:Terraria.ID.ItemSourceID and T:Terraria.ID.ProjectileSourceID for vanilla uses. | |
Static Private Attributes | |
| static ? IEntitySource | _goreFallback |
Used when an NPC spawns as a result of fishing.
Definition at line 6 of file EntitySource_FishedOut.cs.