Method | Description | |
---|---|---|
CheckName ( string firstName, LastName lastName ) : bool | ||
CreateUser ( CreateUserParam user ) : UUID |
Returns the new user ID or throws an exception containing the error code The error codes can be found here: https://wiki.secondlife.com/wiki/RegAPIError
|
|
GatherLastNames ( ) : void | ||
RegistrationApi ( string firstName, string lastName, string password ) : System | ||
WaitForInitialization ( ) : void |
Method | Description | |
---|---|---|
CheckNameResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
||
CreateUserResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
||
GatherCaps ( ) : void | ||
GatherCapsResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
||
GatherErrorMessages ( ) : void | ||
GatherErrorMessagesResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
||
GatherLastNamesResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
public CheckName ( string firstName, LastName lastName ) : bool | ||
firstName | string | |
lastName | LastName | |
return | bool |
public CreateUser ( CreateUserParam user ) : UUID | ||
user | CreateUserParam | New user account to create |
return | UUID |
public RegistrationApi ( string firstName, string lastName, string password ) : System | ||
firstName | string | |
lastName | string | |
password | string | |
return | System |