tModLoader v0.11.8.9
A mod to make and play Terraria mods
Terraria.ModLoader.Config.NullAllowedAttribute Class Reference

This attribute means the annotated item can possibly be null. This will allow the UI to make the item null. It is up to the modder to make sure the item isn't null in the ModConfig constructor and nested classes. More...

+ Inheritance diagram for Terraria.ModLoader.Config.NullAllowedAttribute:
+ Collaboration diagram for Terraria.ModLoader.Config.NullAllowedAttribute:

Detailed Description

This attribute means the annotated item can possibly be null. This will allow the UI to make the item null. It is up to the modder to make sure the item isn't null in the ModConfig constructor and nested classes.

Definition at line 353 of file ConfigAttributes.cs.