|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 40 of file XmlEventCache.cs.