mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
more on SendViewerTime()
This commit is contained in:
@@ -981,16 +981,13 @@ namespace OpenSim.Tests.Common
|
||||
|
||||
public void SendAdminResponse(UUID Token, uint AdminLevel)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendGroupMembership(GroupMembershipData[] GroupMembership)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong time, uint dlen, uint ylen, float phase)
|
||||
public void SendSunPos(Vector3 sunPos, Vector3 sunVel, float sunAngle)
|
||||
public void SendViewerTime(Vector3 sunDir, float sunphase)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -998,10 +995,6 @@ namespace OpenSim.Tests.Common
|
||||
{
|
||||
}
|
||||
|
||||
public void SendViewerTime(int phase)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] membershipType,
|
||||
string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL,
|
||||
UUID partnerID)
|
||||
|
||||
Reference in New Issue
Block a user