UtilitiesΒΆ


EMM provides necessary utility functions for modifiers, rarities and pools. These can be called on a mod instance. The utils can be found in EMMUtils. The utils work primarily the same as the ones in tML. An example call to get one of your modifiers:

myMod.GetModifier<MyModifier>();