tModLoader v2023.01
A mod to make and play Terraria mods
|
Allows for types to be autoloaded and unloaded. True to always autoload, false to never autoload, null to use mod default. More...
Inherits Attribute.
Public Member Functions | |
AutoloadAttribute (bool value=true) | |
Static Public Member Functions | |
static AutoloadAttribute | GetValue (Type type) |
Public Attributes | |
readonly bool | Value |
Properties | |
bool | NeedsAutoloading [get] |
ModSide | Side = ModSide.Both [get, set] |
Allows for types to be autoloaded and unloaded. True to always autoload, false to never autoload, null to use mod default.