Summary
This class is made available to the browser control, and provides
the interface for the browser to choose a world, login, and display
any status information required.
- Namespace
- Atavism
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AtavismLoginHelper"]
class Type type-node
Syntax
public class AtavismLoginHelper
Constructors
Properties
| Name | Value | Summary |
|---|---|---|
| ErrorMessage | string | |
| FullScan | bool | |
| LoginReady | bool | |
| Password | string | |
| PatchMedia | bool | |
| Reconnect | bool | |
| RememberUsername | bool | |
| StatusMessage | string | |
| Username | string | |
| WorldName | string |
Methods
| Name | Value | Summary |
|---|---|---|
| CreateAccountMaster |
bool | |
| CreateAccountRequest |
NetworkHelperStatus | |
| GetPreferredWorld |
string |
This is used so that the client can pass in a preferred world
with a flag like --world_id and we can select the associated option
from the script in the login page.
|
| GetWorldCount |
int |
Get the number of worlds that are locally defined (either from
something akin to a quicklist, or passed on the command line).
|
| GetWorldEntry |
WorldEntry |
Get the world entry at a given index
|
| LoginMaster |
void | |
| LoginMaster |
bool | |
| NeedUpdate |
bool | |
| ReloadSettings |
void | |
| ResolveWorld |
NetworkHelperStatus | |
| SetWorld |
bool |