Trackmania Turbo ManiaScript Reference 2016.11.07.1615
A ManiaScript Reference of the Trackmania Turbo game.
|
#include <doc.h>
Public Member Functions | |
Void | AddLogin (Text Login) |
Void | StartTask () |
Boolean | HasPrivilege (Text Login) |
Text | GetDenyReason (Text Login) |
Public Member Functions inherited from CWebServicesTaskResult | |
Void | Cancel () |
Additional Inherited Members | |
Public Types inherited from CWebServicesTaskResult | |
enum | ETaskErrorType { Success , Canceled , Unexpected , Internal , DataManager , PrivilegeManager , MasterServer , UbiServices , UplayPC , PS4 , XboxOne } |
Public Attributes inherited from CWebServicesTaskResult | |
const Ident | Id |
const Boolean | IsProcessing |
const Boolean | HasSucceeded |
const Boolean | HasFailed |
const Boolean | IsCanceled |
const ETaskErrorType | ErrorType |
const Integer | ErrorCode |
const Text | ErrorDescription |
Public Attributes inherited from CNod | |
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.