SProfile
Index
Functions Index
Properties Index
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'.
LoadProfile
void LoadProfile (Closure onFinished)
Load the profile of player
onFinished
Callback Function
Properties
ActivePlayerProfile
SUserProfile ActivePlayerProfile get
Property Description
Last updated