terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | InitEvent (XmlEventCache.XmlEventType eventType) |
void | InitEvent (XmlEventCache.XmlEventType eventType, string s1) |
void | InitEvent (XmlEventCache.XmlEventType eventType, string s1, string s2) |
void | InitEvent (XmlEventCache.XmlEventType eventType, string s1, string s2, string s3) |
void | InitEvent (XmlEventCache.XmlEventType eventType, string s1, string s2, string s3, object o) |
void | InitEvent (XmlEventCache.XmlEventType eventType, object o) |
Properties | |
XmlEventCache.XmlEventType | EventType [get] |
string | String1 [get] |
string | String2 [get] |
string | String3 [get] |
object | Object [get] |
Private Attributes | |
XmlEventCache.XmlEventType | eventType |
string | s1 |
string | s2 |
string | s3 |
object | o |
Definition at line 389 of file XmlEventCache.cs.