diff options
author | Dalien Talbot | 2007-11-18 04:00:04 +0000 |
---|---|---|
committer | Dalien Talbot | 2007-11-18 04:00:04 +0000 |
commit | 793813a6a69854c26ec5c64c6625db98c756a1cd (patch) | |
tree | 77a41de30350ba91225c6b19fa4737e8e68e6848 /OpenSim/Region/Examples/SimpleApp | |
parent | improved avatar logic -- walk up low steps now, sorta (diff) | |
download | opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.zip opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.tar.gz opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.tar.bz2 opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.tar.xz |
Added handler for MapNameRequest - OnMapNameRequest
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index d107aab..e084266 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -59,6 +59,7 @@ namespace SimpleApp | |||
59 | public event LinkObjects OnLinkObjects; | 59 | public event LinkObjects OnLinkObjects; |
60 | public event DelinkObjects OnDelinkObjects; | 60 | public event DelinkObjects OnDelinkObjects; |
61 | public event RequestMapBlocks OnRequestMapBlocks; | 61 | public event RequestMapBlocks OnRequestMapBlocks; |
62 | public event RequestMapName OnMapNameRequest; | ||
62 | public event TeleportLocationRequest OnTeleportLocationRequest; | 63 | public event TeleportLocationRequest OnTeleportLocationRequest; |
63 | public event DisconnectUser OnDisconnectUser; | 64 | public event DisconnectUser OnDisconnectUser; |
64 | public event RequestAvatarProperties OnRequestAvatarProperties; | 65 | public event RequestAvatarProperties OnRequestAvatarProperties; |