terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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, set] |
string | String1 [get, set] |
string | String2 [get, set] |
string | String3 [get, set] |
object | Object [get, set] |
Private Attributes | |
XmlEventCache.XmlEventType | eventType |
string | s1 |
string | s2 |
string | s3 |
object | o |
Definition at line 650 of file XmlEventCache.cs.