#include <AssetsManager.h>
| Enumerator |
|---|
| kCreateFile |
|
| kNetwork |
Error caused by network – network unavaivable – timeout – ...
|
| kNoNewVersion |
There is not a new version.
|
| kUncompress |
Error caused in uncompressing stage – can not open zip file – can not read file global information – can not read file information – can not create a directory – ...
|
| Enumerator |
|---|
| kCreateFile |
|
| kNetwork |
Error caused by network – network unavaivable – timeout – ...
|
| kNoNewVersion |
There is not a new version.
|
| kUncompress |
Error caused in uncompressing stage – can not open zip file – can not read file global information – can not read file information – can not create a directory – ...
|
| Enumerator |
|---|
| kCreateFile |
|
| kNetwork |
Error caused by network – network unavaivable – timeout – ...
|
| kNoNewVersion |
There is not a new version.
|
| kUncompress |
Error caused in uncompressing stage – can not open zip file – can not read file global information – can not read file information – can not create a directory – ...
|
| void checkStoragePath |
( |
) | |
|
|
protected |
| local checkStoragePath |
( |
) | |
|
|
protected |
| virtual bool checkUpdate |
( |
) | |
|
|
virtual |
| bool createDirectory |
( |
const char * |
path) | |
|
|
protected |
| var createDirectory |
( |
var |
path) | |
|
|
protected |
| local createDirectory |
( |
local |
path) | |
|
|
protected |
| unsigned int getConnectionTimeout |
( |
) | |
|
Gets connection time out in secondes.
| var getConnectionTimeout |
( |
) | |
|
Gets connection time out in secondes.
| local getConnectionTimeout |
( |
) | |
|
Gets connection time out in secondes.
| const char* getPackageUrl |
( |
) | |
const |
| const char* getStoragePath |
( |
) | |
const |
| std::string getVersion |
( |
) | |
|
| const char* getVersionFileUrl |
( |
) | |
const |
| var getVersionFileUrl |
( |
) | |
|
| local getVersionFileUrl |
( |
) | |
|
| var sendErrorMessage |
( |
var |
code) | |
|
|
protected |
| local sendErrorMessage |
( |
local |
code) | |
|
|
protected |
| void setConnectionTimeout |
( |
unsigned int |
timeout) | |
|
Sets connection time out in seconds.
| var setConnectionTimeout |
( |
var |
timeout) | |
|
Sets connection time out in seconds.
| local setConnectionTimeout |
( |
local |
timeout) | |
|
Sets connection time out in seconds.
Sets delegate, the delegate will receive messages.
| var setDelegate |
( |
var |
delegate) | |
|
Sets delegate, the delegate will receive messages.
| local setDelegate |
( |
local |
delegate) | |
|
Sets delegate, the delegate will receive messages.
| void setPackageUrl |
( |
const char * |
packageUrl) | |
|
| var setPackageUrl |
( |
var |
packageUrl) | |
|
| local setPackageUrl |
( |
local |
packageUrl) | |
|
| void setStoragePath |
( |
const char * |
storagePath) | |
|
| var setStoragePath |
( |
var |
storagePath) | |
|
| local setStoragePath |
( |
local |
storagePath) | |
|
| void setVersionFileUrl |
( |
const char * |
versionFileUrl) | |
|
| var setVersionFileUrl |
( |
var |
versionFileUrl) | |
|
| local setVersionFileUrl |
( |
local |
versionFileUrl) | |
|
void*
assetsManagerDownloadAndUncompress |
( |
void * |
) | |
|
|
friend |
var
assetsManagerDownloadAndUncompress |
( |
var |
) | |
|
|
friend |
local
assetsManagerDownloadAndUncompress |
( |
local |
) | |
|
|
friend |
| int assetsManagerProgressFunc |
( |
void * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
friend |
| var assetsManagerProgressFunc |
( |
var |
, |
|
|
var |
, |
|
|
var |
, |
|
|
var |
, |
|
|
var |
|
|
) |
| |
|
friend |
| local assetsManagerProgressFunc |
( |
local |
, |
|
|
local |
, |
|
|
local |
, |
|
|
local |
, |
|
|
local |
|
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: