|
TModLoader v1.4.4.9
TModLoader source code documentation
|
This readonly struct is a simple shortcut for modifying global drop rules in an T:Terraria.GameContent.ItemDropRules.ItemDropDatabase. More...
Inheritance diagram for Terraria.ModLoader.GlobalLoot:
Collaboration diagram for Terraria.ModLoader.GlobalLoot:Public Member Functions | |
| GlobalLoot (ItemDropDatabase itemDropDatabase) | |
| List< IItemDropRule > | Get (bool unusedParam=true) |
| IItemDropRule | Add (IItemDropRule entry) |
| IItemDropRule | Remove (IItemDropRule entry) |
| void | RemoveWhere (Predicate< IItemDropRule > predicate, bool unusedParam=true) |
Private Attributes | |
| readonly ItemDropDatabase | itemDropDatabase |
This readonly struct is a simple shortcut for modifying global drop rules in an T:Terraria.GameContent.ItemDropRules.ItemDropDatabase.
Definition at line 8 of file GlobalLoot.cs.