SProfile
Index
Functions Index
Function Name
void LoadProfile (Action< SUserProfile > onFinished) void LoadProfile (Closure onFinished)
Properties Index
Property Name
SUserProfile ActivePlayerProfile get
Functions
Authorize
void Authorize (Closure onAuthorized=null, Closure onRejected=null) void Authorize (Action onAuthorized=null, Action onRejected=null)
Requests access to profile functions, must be called prior to attempting to access profile. As soon as the player has accepted the request, the Authorized attribute will be 'true'.
Parameter
Type
Description
LoadProfile
void LoadProfile (Closure onFinished)
Load the profile of player
Parameter
Type
Description
Properties
ActivePlayerProfile
SUserProfile ActivePlayerProfile get
Property Description
Last updated