Méthode |
Description |
|
EC_Connect ( ) : Int32 |
|
|
EC_DeleteUserProfile ( int userCloudID, int profileId ) : Int32 |
|
|
EC_Disconnect ( ) : Int32 |
|
|
EC_DisconnectEngine ( ) : Int32 |
|
|
EC_GetAllProfileName ( int userCloudID ) : Int32 |
|
|
EC_GetProfileId ( int userCloudID, String profileName ) : int |
|
|
EC_GetUserDetail ( int &userCloudID ) : Int32 |
|
|
EC_LoadUserProfile ( int userCloudID, int engineUserID, int profileId, int version ) : Int32 |
|
|
EC_Login ( String email, String password ) : Int32 |
|
|
EC_Logout ( int userCloudID ) : Int32 |
|
|
EC_ProfileIDAtIndex ( int userCloudID, int index ) : int |
|
|
EC_ProfileTypeAtIndex ( int userCloudID, int index ) : profileFileType |
|
|
EC_ReconnectEngine ( ) : Int32 |
|
|
EC_SaveUserProfile ( int userCloudID, int engineUserID, String profileName, profileFileType ptype ) : Int32 |
|
|
EC_UpdateUserProfile ( int userCloudID, int engineUserID, int profileId ) : Int32 |
|
|
_EC_ProfileLastModifiedAtIndex ( int userCloudID, int index ) : IntPtr |
|
|
_EC_ProfileNameAtIndex ( int userCloudID, int index ) : IntPtr |
|
|