Add login.initialize function
This commit is contained in:
@@ -184,7 +184,10 @@ public:
|
||||
// This is used to create a temporary actor which is used during
|
||||
// the login process.
|
||||
//
|
||||
int64_t create_login_actor();
|
||||
// If initialize is true, then the function 'login.initialize'
|
||||
// will be executed.
|
||||
//
|
||||
int64_t create_login_actor(bool initialize);
|
||||
|
||||
// Fetch all redirects and clear the redirects table.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user