TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Member Functions | |
Void | AddLogin (Text Login) |
Void | StartTask () |
Text | GetDisplayName (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 the display name of registered login.
Add a login to the request. Must be called before starting the task.
Get a display name for a login. Must be called after the task has succeeded.
Void CWebServicesTaskResult_GetDisplayNameScriptResult::StartTask | ( | ) |
Start the request of display name.