TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Member Functions | |
Void | AddLogin (Text Login) |
Void | StartTask () |
Boolean | HasPrivilege (Text Login) |
Text | GetDenyReason (Text Login) |
![]() | |
Void | Cancel () |
Additional Inherited Members | |
![]() | |
enum | ETaskErrorType { Success, Canceled, Unexpected, Internal, DataManager, PrivilegeManager, MasterServer, UbiServices, UplayPC, PS4, XboxOne } |
![]() | |
const Ident | Id |
const Boolean | IsProcessing |
const Boolean | HasSucceeded |
const Boolean | HasFailed |
const Boolean | IsCanceled |
const ETaskErrorType | ErrorType |
const Integer | ErrorCode |
const Text | ErrorDescription |
![]() | |
const Ident | Id |
Results of task requesting if the registered login have a privilege.
Add a login to the request. Must be called before starting the task.
Returns the reason why the user does not have the privilege.
Returns true if the player has the privilege.
Void CWebServicesTaskResult_CheckTargetedPrivilegeResultScript::StartTask | ( | ) |
Start the request of privilege.