| 248 |
public event UpdateUserInfo OnUpdateUserInfo; |
public event UpdateUserInfo OnUpdateUserInfo; |
| 249 |
|
|
| 250 |
public event RetrieveInstantMessages OnRetrieveInstantMessages; |
public event RetrieveInstantMessages OnRetrieveInstantMessages; |
| 251 |
|
public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv; |
| 252 |
|
public event SpinStart OnSpinStart; |
| 253 |
|
public event SpinStop OnSpinStop; |
| 254 |
|
public event SpinObject OnSpinUpdate; |
| 255 |
|
public event ParcelDeedToGroup OnParcelDeedToGroup; |
| 256 |
|
|
| 257 |
|
public event AvatarNotesUpdate OnAvatarNotesUpdate; |
| 258 |
|
public event MuteListRequest OnMuteListRequest; |
| 259 |
|
public event PickDelete OnPickDelete; |
| 260 |
|
public event PickGodDelete OnPickGodDelete; |
| 261 |
|
public event PickInfoUpdate OnPickInfoUpdate; |
| 262 |
|
|
| 263 |
|
public event PlacesQuery OnPlacesQuery; |
| 264 |
|
|
| 265 |
|
public event UpdatePrimSingleRotationPosition OnUpdatePrimSingleRotationPosition; |
| 266 |
|
|
| 267 |
|
public event ObjectRequest OnObjectRequest; |
| 268 |
|
|
| 269 |
#pragma warning restore 67 |
#pragma warning restore 67 |
| 270 |
|
|
| 527 |
{ |
{ |
| 528 |
} |
} |
| 529 |
|
|
| 530 |
|
public virtual void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, |
| 531 |
|
Vector3 position, Vector3 velocity, Quaternion rotation, UUID agentId) |
| 532 |
|
{ |
| 533 |
|
} |
| 534 |
|
|
| 535 |
public virtual void SendCoarseLocationUpdate(List<Vector3> CoarseLocations) |
public virtual void SendCoarseLocationUpdate(List<Vector3> CoarseLocations) |
| 536 |
{ |
{ |
| 537 |
} |
} |
| 1036 |
{ |
{ |
| 1037 |
} |
} |
| 1038 |
|
|
|
public event AvatarNotesUpdate OnAvatarNotesUpdate; |
|
|
|
|
|
public event MuteListRequest OnMuteListRequest; |
|
|
|
|
|
public event PickDelete OnPickDelete; |
|
|
|
|
|
public event PickGodDelete OnPickGodDelete; |
|
|
|
|
|
public event PickInfoUpdate OnPickInfoUpdate; |
|
|
|
|
| 1039 |
public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
| 1040 |
{ |
{ |
| 1041 |
} |
} |
| 1060 |
{ |
{ |
| 1061 |
} |
} |
| 1062 |
|
|
| 1063 |
|
public void SendCloudData(float[] cloudCover) |
| 1064 |
|
{ |
| 1065 |
|
} |
| 1066 |
|
|
| 1067 |
|
public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
| 1068 |
|
{ |
| 1069 |
|
} |
| 1070 |
|
|
| 1071 |
|
public void FlushPrimUpdates() |
| 1072 |
|
{ |
| 1073 |
|
} |
| 1074 |
|
|
| 1075 |
|
public void RefreshGroupMembership() |
| 1076 |
|
{ |
| 1077 |
|
} |
| 1078 |
|
|
| 1079 |
|
public void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) |
| 1080 |
|
{ |
| 1081 |
|
} |
| 1082 |
|
|
| 1083 |
|
event DeGrabObject IClientAPI.OnDeGrabObject |
| 1084 |
|
{ |
| 1085 |
|
add { ;} |
| 1086 |
|
remove { ; } |
| 1087 |
|
} |
| 1088 |
|
|
| 1089 |
|
public EndPoint GetClientEP() |
| 1090 |
|
{ |
| 1091 |
|
return null; |
| 1092 |
|
} |
| 1093 |
|
|
| 1094 |
|
public void SendCameraConstraint(Vector4 ConstraintPlane) |
| 1095 |
|
{ |
| 1096 |
|
} |
| 1097 |
|
|
| 1098 |
|
public void SendRebakeAvatarTextures(UUID textureID) |
| 1099 |
|
{ |
| 1100 |
|
} |
| 1101 |
|
|
| 1102 |
#endregion |
#endregion |
| 1103 |
} |
} |
| 1104 |
} |
} |