tModLoader v2024.10
A mod to make and play Terraria mods
|
This is the complete list of members for CommonCode, including all inherited members.
DropItem(DropAttemptInfo info, int item, int stack, bool scattered=false) (defined in CommonCode) | CommonCode | static |
DropItem(Rectangle rectangle, IEntitySource entitySource, int itemId, int stack, bool scattered) (defined in CommonCode) | CommonCode | static |
DropItem(Vector2 position, IEntitySource entitySource, int itemId, int stack) (defined in CommonCode) | CommonCode | static |
DropItemForEachInteractingPlayerOnThePlayer(NPC npc, int itemId, UnifiedRandom rng, int chanceNumerator, int chanceDenominator, int stack=1, bool interactionRequired=true) (defined in CommonCode) | CommonCode | static |
DropItemFromNPC(NPC npc, int itemId, int stack, bool scattered=false) (defined in CommonCode) | CommonCode | static |
DropItemLocalPerClientAndSetNPCMoneyTo0(NPC npc, int itemId, int stack, bool interactionRequired=true) (defined in CommonCode) | CommonCode | static |
ModifyItemDropFromNPC(NPC npc, int itemIndex) (defined in CommonCode) | CommonCode | static |