* Moving conversion functions from Helpers to Utils (in OpenMetaverseTypes)
* Added GetLLSD() and FromLLSD() to Permissions * Started on inventory persistence for Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2267 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenMetaverse.TestClient
|
||||
output.Append("UUID: ");
|
||||
output.AppendLine(Client.Network.CurrentSim.ID.ToString());
|
||||
uint x, y;
|
||||
Helpers.LongToUInts(Client.Network.CurrentSim.Handle, out x, out y);
|
||||
Utils.LongToUInts(Client.Network.CurrentSim.Handle, out x, out y);
|
||||
output.AppendLine(String.Format("Handle: {0} (X: {1} Y: {2})", Client.Network.CurrentSim.Handle, x, y));
|
||||
output.Append("Access: ");
|
||||
output.AppendLine(Client.Network.CurrentSim.Access.ToString());
|
||||
|
||||
Reference in New Issue
Block a user