tModLoader v2024.10
A mod to make and play Terraria mods
|
Used when an Item is spawned on the server as a result of MessageID.SyncItemCannotBeTakenByEnemies
Only used by vanilla for lucky coin. Note that the item is spawned client-side with IEntitySource.Context = ItemSourceID.LuckyCoin
More...
Inherits IEntitySource.
Public Member Functions | |
EntitySource_Sync (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... | |
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 Item is spawned on the server as a result of MessageID.SyncItemCannotBeTakenByEnemies
Only used by vanilla for lucky coin. Note that the item is spawned client-side with IEntitySource.Context = ItemSourceID.LuckyCoin
|
get |
Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses
Implements IEntitySource.