terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FileUpload()

void CacheFileManager.FileUpload ( object threadContext)
inlineprivate

Definition at line 82 of file CacheFileManager.cs.

83 {
84 int num = 1;
86 PlatformUser user = this.User;
89 if (localUser != null)
90 {
91 localUser.LoadThreadstate();
92 }
93 FileAPI fileAPI = this.fileAPI;
94 this.UploadingFiles = num != 0;
95 }
class f__AnonymousType0<< Count > j__TPar
ManualResetEvent uploadPending
readonly FileAPI fileAPI
readonly PlatformUser User
void LoadThreadstate()
Definition LocalUser.cs:40
static LocalUser FindLocalUserByUser(PlatformUser user)
PlatformUser.Platform PlatformId

References fileAPI, UserManagement.FindLocalUserByUser(), j__TPar, LocalUser.LoadThreadstate(), PlatformUser.PlatformId, uploadPending, and User.