aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMW2007-11-04 14:06:41 +0000
committerMW2007-11-04 14:06:41 +0000
commite50a2e2ce21d74f7d575f97201c246c1cd00bee5 (patch)
tree7508b7adc0c125fcbe327d4d4cacd1bbfe412180 /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
parentAdded support for OpenSim application plugins (as requested by Adam), which u... (diff)
downloadopensim-SC_OLD-e50a2e2ce21d74f7d575f97201c246c1cd00bee5.zip
opensim-SC_OLD-e50a2e2ce21d74f7d575f97201c246c1cd00bee5.tar.gz
opensim-SC_OLD-e50a2e2ce21d74f7d575f97201c246c1cd00bee5.tar.bz2
opensim-SC_OLD-e50a2e2ce21d74f7d575f97201c246c1cd00bee5.tar.xz
Applying Teravus patch # 557. Some glue code for the updating of prim's velocity.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 9ed1f35..e7a09ac 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -281,6 +281,10 @@ namespace SimpleApp
281 LLVector3 position, LLQuaternion rotation) 281 LLVector3 position, LLQuaternion rotation)
282 { 282 {
283 } 283 }
284 public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID,
285 LLVector3 position, LLQuaternion rotation,LLVector3 velocity)
286 {
287 }
284 288
285 public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items) 289 public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items)
286 { 290 {
@@ -430,4 +434,4 @@ namespace SimpleApp
430 { 434 {
431 } 435 }
432 } 436 }
433} \ No newline at end of file 437}