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
LocalUser.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine.SocialPlatforms.Impl
4
{
5
// Token: 0x0200000D RID: 13
6
public
class
LocalUser
:
UserProfile
,
ILocalUser
,
IUserProfile
7
{
8
// Token: 0x06000011 RID: 17 RVA: 0x00002108 File Offset: 0x00000308
9
public
LocalUser
()
10
{
11
}
12
13
// Token: 0x06000012 RID: 18 RVA: 0x00002120 File Offset: 0x00000320
14
public
void
Authenticate
(
Action<bool>
callback)
15
{
16
ISocialPlatform
instance =
ActivePlatform
.
Instance
;
17
}
18
19
// Token: 0x06000013 RID: 19 RVA: 0x00002134 File Offset: 0x00000334
20
public
void
SetAuthenticated
(
bool
value
)
21
{
22
}
23
24
// Token: 0x06000014 RID: 20 RVA: 0x00002144 File Offset: 0x00000344
25
public
void
SetUnderage
(
bool
value
)
26
{
27
}
28
29
// Token: 0x17000009 RID: 9
30
// (get) Token: 0x06000015 RID: 21 RVA: 0x00002154 File Offset: 0x00000354
31
public
bool
authenticated
32
{
33
get
34
{
35
return
this.
m_Authenticated
;
36
}
37
}
38
39
// Token: 0x04000018 RID: 24
40
private
IUserProfile
[]
m_Friends
;
41
42
// Token: 0x04000019 RID: 25
43
private
bool
m_Authenticated
;
44
45
// Token: 0x0400001A RID: 26
46
private
bool
m_Underage
;
47
}
48
}
System.Action
Definition
Action.5.cs:7
UnityEngine.SocialPlatforms.ActivePlatform.Instance
static ISocialPlatform Instance
Definition
ActivePlatform.cs:12
UnityEngine.SocialPlatforms.ActivePlatform
Definition
ActivePlatform.cs:8
UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate
void Authenticate(Action< bool > callback)
Definition
LocalUser.cs:14
UnityEngine.SocialPlatforms.Impl.LocalUser.m_Authenticated
bool m_Authenticated
Definition
LocalUser.cs:43
UnityEngine.SocialPlatforms.Impl.LocalUser.m_Friends
IUserProfile[] m_Friends
Definition
LocalUser.cs:40
UnityEngine.SocialPlatforms.Impl.LocalUser.SetUnderage
void SetUnderage(bool value)
Definition
LocalUser.cs:25
UnityEngine.SocialPlatforms.Impl.LocalUser.authenticated
bool authenticated
Definition
LocalUser.cs:32
UnityEngine.SocialPlatforms.Impl.LocalUser.m_Underage
bool m_Underage
Definition
LocalUser.cs:46
UnityEngine.SocialPlatforms.Impl.LocalUser.SetAuthenticated
void SetAuthenticated(bool value)
Definition
LocalUser.cs:20
UnityEngine.SocialPlatforms.Impl.LocalUser.LocalUser
LocalUser()
Definition
LocalUser.cs:9
UnityEngine.SocialPlatforms.Impl.LocalUser
Definition
LocalUser.cs:7
UnityEngine.SocialPlatforms.Impl.UserProfile
Definition
UserProfile.cs:7
UnityEngine.SocialPlatforms.ILocalUser
Definition
ILocalUser.cs:7
UnityEngine.SocialPlatforms.ISocialPlatform
Definition
ISocialPlatform.cs:7
UnityEngine.SocialPlatforms.IUserProfile
Definition
IUserProfile.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
UnityEngine.SocialPlatforms.Impl
Definition
Achievement.cs:4
source
UnityEngine.GameCenterModule
UnityEngine
SocialPlatforms
Impl
LocalUser.cs
Generated by
1.10.0