add SendSunPos function to IClientAPI to let us pull all the sun

calculation logic into a module
This commit is contained in:
Sean Dague
2007-11-07 20:29:30 +00:00
parent 9b6c8ba7d1
commit 65eb1852a3
3 changed files with 19 additions and 2 deletions

View File

@@ -427,6 +427,7 @@ namespace OpenSim.Framework
void SendLoadURL(string objectname, LLUUID objectID, LLUUID ownerID, bool groupOwned, string message, string url);
bool AddMoney(int debit);
void SendSunPos(LLVector3 sunPos, LLVector3 sunVel);
void SendViewerTime(int phase);
void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout,