mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
add SendSunPos function to IClientAPI to let us pull all the sun
calculation logic into a module
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user