TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.GlobalLoot Struct Reference

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< IItemDropRuleGet (bool unusedParam=true)
 
IItemDropRule Add (IItemDropRule entry)
 
IItemDropRule Remove (IItemDropRule entry)
 
void RemoveWhere (Predicate< IItemDropRule > predicate, bool unusedParam=true)
 

Private Attributes

readonly ItemDropDatabase itemDropDatabase
 

Detailed Description

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.


The documentation for this struct was generated from the following file: