tModLoader v2024.08
A mod to make and play Terraria mods
TagCompound Member List

This is the complete list of members for TagCompound, including all inherited members.

Add(string key, object value)TagCompound
Add(KeyValuePair< string, object > entry)TagCompound
Clear() (defined in TagCompound)TagCompound
Clone() (defined in TagCompound)TagCompound
ContainsKey(string key)TagCompound
Count (defined in TagCompound)TagCompound
Get< T >(string key)TagCompound
GetAsDouble(string key) (defined in TagCompound)TagCompound
GetAsInt(string key) (defined in TagCompound)TagCompound
GetAsLong(string key) (defined in TagCompound)TagCompound
GetAsShort(string key) (defined in TagCompound)TagCompound
GetBool(string key)TagCompound
GetByte(string key)TagCompound
GetByteArray(string key)TagCompound
GetCompound(string key)TagCompound
GetDouble(string key)TagCompound
GetEnumerator() (defined in TagCompound)TagCompound
GetFloat(string key)TagCompound
GetInt(string key)TagCompound
GetIntArray(string key)TagCompound
GetList< T >(string key)TagCompound
GetLong(string key)TagCompound
GetShort(string key)TagCompound
GetString(string key)TagCompound
Remove(string key)TagCompound
Set(string key, object value, bool replace=false)TagCompound
this[string key]TagCompound
ToString() (defined in TagCompound)TagCompound
TryGet< T >(string key, out T value)TagCompound