Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlEventCache.XmlEvent Struct Reference

Public Member Functions

void InitEvent (XmlEventType eventType)
 
void InitEvent (XmlEventType eventType, string s1)
 
void InitEvent (XmlEventType eventType, string s1, string s2)
 
void InitEvent (XmlEventType eventType, string s1, string s2, string s3)
 
void InitEvent (XmlEventType eventType, string s1, string s2, string s3, object o)
 
void InitEvent (XmlEventType eventType, object o)
 

Properties

XmlEventType EventType [get]
 
string String1 [get]
 
string String2 [get]
 
string String3 [get]
 
object Object [get]
 

Private Attributes

XmlEventType _eventType
 
string _s1
 
string _s2
 
string _s3
 
object _o
 

Detailed Description

Definition at line 40 of file XmlEventCache.cs.


The documentation for this struct was generated from the following file: