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

◆ Tags

EventTags System.Diagnostics.Tracing.EventWrittenEventArgs.Tags
getset

Definition at line 143 of file EventWrittenEventArgs.cs.

144 {
145 get
146 {
147 if (EventId > 0)
148 {
149 return Metadata.Tags;
150 }
151 return _moreInfo?.Tags ?? EventTags.None;
152 }
153 internal set
154 {
155 MoreInfo.Tags = value;
156 }
157 }