aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 6087857..78b5d1f 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -292,7 +292,7 @@ namespace OpenSim.Region.Examples.SimpleModule
292 return new byte[0]; 292 return new byte[0];
293 } 293 }
294 294
295 295
296 public virtual void SendAnimations(LLUUID[] animations, int[] seqs, LLUUID sourceAgentId) 296 public virtual void SendAnimations(LLUUID[] animations, int[] seqs, LLUUID sourceAgentId)
297 { 297 {
298 } 298 }
@@ -311,12 +311,12 @@ namespace OpenSim.Region.Examples.SimpleModule
311 LLUUID imSessionID, string fromName, byte dialog, uint timeStamp) 311 LLUUID imSessionID, string fromName, byte dialog, uint timeStamp)
312 { 312 {
313 } 313 }
314 314
315 public virtual void SendInstantMessage(LLUUID fromAgent, LLUUID fromAgentSession, string message, LLUUID toAgent, 315 public virtual void SendInstantMessage(LLUUID fromAgent, LLUUID fromAgentSession, string message, LLUUID toAgent,
316 LLUUID imSessionID, string fromName, byte dialog, uint timeStamp, 316 LLUUID imSessionID, string fromName, byte dialog, uint timeStamp,
317 byte[] binaryBucket) 317 byte[] binaryBucket)
318 { 318 {
319 } 319 }
320 320
321 public virtual void SendLayerData(float[] map) 321 public virtual void SendLayerData(float[] map)
322 { 322 {
@@ -396,7 +396,7 @@ namespace OpenSim.Region.Examples.SimpleModule
396 } 396 }
397 397
398 public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, 398 public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID,
399 PrimitiveBaseShape primShape, LLVector3 pos, LLVector3 vel, 399 PrimitiveBaseShape primShape, LLVector3 pos, LLVector3 vel,
400 LLVector3 acc, LLQuaternion rotation, LLVector3 rvel, uint flags, 400 LLVector3 acc, LLQuaternion rotation, LLVector3 rvel, uint flags,
401 LLUUID objectID, LLUUID ownerID, string text, byte[] color, 401 LLUUID objectID, LLUUID ownerID, string text, byte[] color,
402 uint parentID, 402 uint parentID,
@@ -404,7 +404,7 @@ namespace OpenSim.Region.Examples.SimpleModule
404 { 404 {
405 } 405 }
406 public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, 406 public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID,
407 PrimitiveBaseShape primShape, LLVector3 pos, LLVector3 vel, 407 PrimitiveBaseShape primShape, LLVector3 pos, LLVector3 vel,
408 LLVector3 acc, LLQuaternion rotation, LLVector3 rvel, uint flags, 408 LLVector3 acc, LLQuaternion rotation, LLVector3 rvel, uint flags,
409 LLUUID objectID, LLUUID ownerID, string text, byte[] color, 409 LLUUID objectID, LLUUID ownerID, string text, byte[] color,
410 uint parentID, 410 uint parentID,
@@ -443,10 +443,10 @@ namespace OpenSim.Region.Examples.SimpleModule
443 public virtual void SendRemoveInventoryItem(LLUUID itemID) 443 public virtual void SendRemoveInventoryItem(LLUUID itemID)
444 { 444 {
445 } 445 }
446 446
447 /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> 447 /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see>
448 public virtual void SendBulkUpdateInventory(InventoryItemBase item) 448 public virtual void SendBulkUpdateInventory(InventoryItemBase item)
449 { 449 {
450 } 450 }
451 451
452 public LLUUID GetDefaultAnimation(string name) 452 public LLUUID GetDefaultAnimation(string name)
@@ -550,7 +550,7 @@ namespace OpenSim.Region.Examples.SimpleModule
550 550
551 public void SendObjectPropertiesFamilyData(uint RequestFlags, LLUUID ObjectUUID, LLUUID OwnerID, LLUUID GroupID, 551 public void SendObjectPropertiesFamilyData(uint RequestFlags, LLUUID ObjectUUID, LLUUID OwnerID, LLUUID GroupID,
552 uint BaseMask, uint OwnerMask, uint GroupMask, uint EveryoneMask, 552 uint BaseMask, uint OwnerMask, uint GroupMask, uint EveryoneMask,
553 uint NextOwnerMask, int OwnershipCost, byte SaleType,int SalePrice, uint Category, 553 uint NextOwnerMask, int OwnershipCost, byte SaleType,int SalePrice, uint Category,
554 LLUUID LastOwnerID, string ObjectName, string Description) 554 LLUUID LastOwnerID, string ObjectName, string Description)
555 { 555 {
556 } 556 }