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 | |
SecurityDocument (int numData) | |
void | GuaranteeSize (int size) |
void | AddString (string str, ref int position) |
void | AppendString (string str, ref int position) |
string | GetString (ref int position, bool bCreate) |
void | AddToken (byte b, ref int position) |
SecurityElement | GetRootElement () |
SecurityElement | GetElement (int position, bool bCreate) |
Static Public Member Functions | |
static int | EncodedStringSize (string str) |
Package Functions | |
SecurityElement | InternalGetElement (ref int position, bool bCreate) |
Package Attributes | |
byte[] | m_data |
Definition at line 11 of file SecurityDocument.cs.