OpenMetaverse Protocol Library Developers API Documentation
StartLocation Method (sim, x, y, z)
NamespacesOpenMetaverseNetworkManagerStartLocation(String, Int32, Int32, Int32)
Build a start location URI for passing to the Login function
Declaration Syntax
C#
public 
static 
string 
StartLocation(
        
string 
sim,
        
int 
x,
        
int 
y,
        
int 
z
)
Parameters
sim ( String)
Name of the simulator to start in
x ( Int32)
X coordinate to start at
y ( Int32)
Y coordinate to start at
z ( Int32)
Z coordinate to start at
Return Value
String with a URI that can be used to login to a specified location

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)