Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ this[string propertyName]

Definition at line 160 of file JsonPropertyDictionary.cs.

161 {
162 get
163 {
165 {
166 return value;
167 }
168 return null;
169 }
170 set
171 {
173 }
174 }
bool TryGetPropertyValue(string propertyName, out T value)
T SetValue(string propertyName, T value, Action assignParent=null)