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 | |
LocalUser () | |
void | Authenticate (Action< bool > callback) |
void | SetAuthenticated (bool value) |
void | SetUnderage (bool value) |
override string | ToString () |
void | SetUserName (string name) |
void | SetUserID (string id) |
void | SetImage (Texture2D image) |
Protected Attributes | |
string | m_UserName |
string | m_ID |
bool | m_IsFriend |
UserState | m_State |
Texture2D | m_Image |
Properties | |
bool | authenticated [get] |
string | userName [get] |
string | id [get] |
bool | isFriend [get] |
UserState | state [get] |
Private Attributes | |
IUserProfile[] | m_Friends |
bool | m_Authenticated |
bool | m_Underage |
string | m_legacyID |
string | m_gameID |
Definition at line 6 of file LocalUser.cs.