terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
SettingsProperty (SettingsProperty propertyToCopy) | |
SettingsProperty (string name) | |
SettingsProperty (string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing) | |
Properties | |
virtual SettingsAttributeDictionary | Attributes [get, set] |
virtual object | DefaultValue [get, set] |
virtual bool | IsReadOnly [get, set] |
virtual string | Name [get, set] |
virtual Type | PropertyType [get, set] |
virtual SettingsProvider | Provider [get, set] |
virtual SettingsSerializeAs | SerializeAs [get, set] |
bool | ThrowOnErrorDeserializing [get, set] |
bool | ThrowOnErrorSerializing [get, set] |
Definition at line 8 of file SettingsProperty.cs.