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
AWorkshopProgressReporter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
Terraria.Social.Base
5
{
6
// Token: 0x02000535 RID: 1333
7
public
abstract
class
AWorkshopProgressReporter
8
{
9
// Token: 0x1700062A RID: 1578
10
// (get) Token: 0x0600321D RID: 12829
11
public
abstract
bool
HasOngoingTasks
{
get
; }
12
13
// Token: 0x0600321E RID: 12830
14
public
abstract
bool
TryGetProgress
([Out]
float
progress);
15
16
// Token: 0x0600321F RID: 12831 RVA: 0x001F9474 File Offset: 0x001F7674
17
protected
AWorkshopProgressReporter
()
18
{
19
}
20
}
21
}
Terraria.Social.Base.AWorkshopProgressReporter.AWorkshopProgressReporter
AWorkshopProgressReporter()
Definition
AWorkshopProgressReporter.cs:17
Terraria.Social.Base.AWorkshopProgressReporter.HasOngoingTasks
bool HasOngoingTasks
Definition
AWorkshopProgressReporter.cs:11
Terraria.Social.Base.AWorkshopProgressReporter.TryGetProgress
bool TryGetProgress([Out] float progress)
Terraria.Social.Base.AWorkshopProgressReporter
Definition
AWorkshopProgressReporter.cs:8
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
Terraria.Social.Base
Definition
AchievementsSocialModule.cs:4
source
Terraria
Social
Base
AWorkshopProgressReporter.cs
Generated by
1.10.0