|
TModLoader v1.4.4.9
TModLoader source code documentation
|
To be used in cases where no entity is present. See T:Terraria.ID.ItemSourceID and T:Terraria.ID.ProjectileSourceID for vanilla values. More...
Inheritance diagram for Terraria.DataStructures.EntitySource_Misc:
Collaboration diagram for Terraria.DataStructures.EntitySource_Misc:Public Member Functions | |
| EntitySource_Misc (string context) | |
Static Package Functions | |
| static ? IEntitySource | GetGoreFallback () |
| static FallbackSourceRef | PushFallback (IEntitySource source) |
Properties | |
| 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 |
To be used in cases where no entity is present. See T:Terraria.ID.ItemSourceID and T:Terraria.ID.ProjectileSourceID for vanilla values.
NOTE: Unlike most other entity sources, this one requires P:Terraria.DataStructures.EntitySource_Misc.Context to be specified.
Definition at line 9 of file EntitySource_Misc.cs.