aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-24 12:27:24 +0000
committerSean Dague2008-04-24 12:27:24 +0000
commit2a2ef42e64e202c81762adf0cc0e4cb1393f71ef (patch)
tree20768ffd9610712a51a4cc7f9f0ffbe667fbe2e2 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parent* Adds much better support for attachments that you right click on in world. (diff)
downloadopensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.zip
opensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.tar.gz
opensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.tar.bz2
opensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.tar.xz
replace hard tabs with 4 spaces to be consistant in the source.
Please adjust your editors to not use hard tabs.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs24
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 0aa3240..2586ac5 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -167,8 +167,8 @@ namespace OpenSim.Region.Examples.SimpleModule
167 public event ObjectIncludeInSearch OnObjectIncludeInSearch; 167 public event ObjectIncludeInSearch OnObjectIncludeInSearch;
168 public event UUIDNameRequest OnTeleportHomeRequest; 168 public event UUIDNameRequest OnTeleportHomeRequest;
169 169
170 public event ScriptAnswer OnScriptAnswer; 170 public event ScriptAnswer OnScriptAnswer;
171 public event RequestPayPrice OnRequestPayPrice; 171 public event RequestPayPrice OnRequestPayPrice;
172 172
173 173
174#pragma warning restore 67 174#pragma warning restore 67
@@ -221,10 +221,10 @@ namespace OpenSim.Region.Examples.SimpleModule
221 get { return FirstName + LastName; } 221 get { return FirstName + LastName; }
222 } 222 }
223 223
224 public virtual int NextAnimationSequenceNumber 224 public virtual int NextAnimationSequenceNumber
225 { 225 {
226 get { return 1; } 226 get { return 1; }
227 } 227 }
228 228
229 public virtual void OutPacket(Packet newPack, ThrottleOutPacketType packType) 229 public virtual void OutPacket(Packet newPack, ThrottleOutPacketType packType)
230 { 230 {
@@ -344,9 +344,9 @@ namespace OpenSim.Region.Examples.SimpleModule
344 { 344 {
345 } 345 }
346 346
347 public virtual void SendPayPrice(LLUUID objectID, int[] payPrice) 347 public virtual void SendPayPrice(LLUUID objectID, int[] payPrice)
348 { 348 {
349 } 349 }
350 350
351 public virtual void SendAvatarData(ulong regionHandle, string firstName, string lastName, LLUUID avatarID, 351 public virtual void SendAvatarData(ulong regionHandle, string firstName, string lastName, LLUUID avatarID,
352 uint avatarLocalID, LLVector3 Pos, byte[] textureEntry, uint parentID) 352 uint avatarLocalID, LLVector3 Pos, byte[] textureEntry, uint parentID)
@@ -603,8 +603,8 @@ namespace OpenSim.Region.Examples.SimpleModule
603 { 603 {
604 } 604 }
605 605
606 public void SendScriptQuestion(LLUUID objectID, string taskName, string ownerName, LLUUID itemID, int question) 606 public void SendScriptQuestion(LLUUID objectID, string taskName, string ownerName, LLUUID itemID, int question)
607 { 607 {
608 } 608 }
609 } 609 }
610} 610}