Method |
Description |
|
Dispose ( ) : void |
|
|
Initialise ( ) : void |
|
|
Initialise ( OpenSimBase openSim ) : void |
|
|
PostInitialise ( ) : void |
|
|
XmlRpcAccessListAdd ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcAccessListClear ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcAccessListList ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcAccessListRemove ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcAlertMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcCloseRegionMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcCloseRegionMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- region_name desired region name
- region_id (optional) desired region UUID
XmlRpcShutdownRegionMethod returns namedescription - success true or false
- region_name the region name if success is true
- error error message if success is false
|
|
XmlRpcConsoleCommandMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcCreateRegionMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcCreateRegionMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- region_name desired region name
- region_id (optional) desired region UUID
- region_x desired region X coordinate (integer)
- region_y desired region Y coordinate (integer)
- estate_owner_first firstname of estate owner (formerly region master) (required if new estate is being created, optional otherwise)
- estate_owner_last lastname of estate owner (formerly region master) (required if new estate is being created, optional otherwise)
- estate_owner_uuid explicit UUID to use for estate owner (optional)
- listen_ip internal IP address (dotted quad)
- listen_port internal port (integer)
- external_address external IP address
- persist if true, persist the region info ('true' or 'false')
- public if true, the region is public ('true' or 'false') (optional, default: true)
- enable_voice if true, enable voice on all parcels, ('true' or 'false') (optional, default: false)
- estate_name the name of the estate to join (or to create if it doesn't already exist)
- region_file The name of the file to persist the region specifications to. If omitted, the region_file_template setting from OpenSim.ini will be used. (optional)
XmlRpcCreateRegionMethod returns namedescription - success true or false
- error error message if success is false
- region_uuid UUID of the newly created region
- region_name name of the newly created region
|
|
XmlRpcCreateUserMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcCreateUserMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- user_firstname avatar's first name
- user_lastname avatar's last name
- user_password avatar's password
- user_email email of the avatar's owner (optional)
- start_region_x avatar's start region coordinates, X value
- start_region_y avatar's start region coordinates, Y value
XmlRpcCreateUserMethod returns namedescription - success true or false
- error error message if success is false
- avatar_uuid UUID of the newly created avatar account; UUID.Zero if failed.
|
|
XmlRpcDeleteRegionMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcDeleteRegionMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- region_name desired region name
- region_id (optional) desired region UUID
XmlRpcDeleteRegionMethod returns namedescription - success true or false
- error error message if success is false
|
|
XmlRpcLoadHeightmapMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcLoadOARMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcLoadOARMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- filename file name of the OAR file
- region_uuid UUID of the region
- region_name region name
region_uuid takes precedence over region_name if both are present; one of both must be present. XmlRpcLoadOARMethod returns namedescription - success true or false
- error error message if success is false
|
|
XmlRpcLoadXMLMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcModifyRegionMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcModifyRegionMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- region_name desired region name
- region_id (optional) desired region UUID
- public if true, set the region to public ('true' or 'false'), else to private
- enable_voice if true, enable voice on all parcels of the region, else disable
XmlRpcModifyRegionMethod returns namedescription - success true or false
- error error message if success is false
|
|
XmlRpcRegionQueryMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcRestartMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcSaveOARMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcSaveOARMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- filename file name for the OAR file
- region_uuid UUID of the region
- region_name region name
region_uuid takes precedence over region_name if both are present; one of both must be present. XmlRpcLoadOARMethod returns namedescription - success true or false
- error error message if success is false
|
|
XmlRpcSaveXMLMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcShutdownMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
|
|
XmlRpcUpdateUserAccountMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcUpdateUserAccountMethod takes the following XMLRPC parameters (changeable ones are optional) parameter namedescription - password admin password as set in OpenSim.ini
- user_firstname avatar's first name (cannot be changed)
- user_lastname avatar's last name (cannot be changed)
- user_password avatar's password (changeable)
- start_region_x avatar's start region coordinates, X value (changeable)
- start_region_y avatar's start region coordinates, Y value (changeable)
- about_real_world (not implemented yet) "about" text of avatar owner (changeable)
- about_virtual_world (not implemented yet) "about" text of avatar (changeable)
XmlRpcCreateUserMethod returns namedescription - success true or false
- error error message if success is false
- avatar_uuid UUID of the updated avatar account; UUID.Zero if failed.
|
|
XmlRpcUserExistsMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse |
XmlRpcUserExistsMethod takes the following XMLRPC parameters parameter namedescription - password admin password as set in OpenSim.ini
- user_firstname avatar's first name
- user_lastname avatar's last name
XmlRpcCreateUserMethod returns namedescription - user_firstname avatar's first name
- user_lastname avatar's last name
- user_lastlogin avatar's last login time (secs since UNIX epoch)
- success true or false
- error error message if success is false
|
|