Diff of /trunk/ModularRex/RexBot/GenericNpcCharacter.cs
Parent Directory
|
Revision Log
|
Patch
| revision 242, Wed Oct 28 11:54:53 2009 UTC | revision 243, Wed Oct 28 12:00:23 2009 UTC | |
|---|---|---|
| # | Line 266 | Line 266 |
| 266 | ||
| 267 | public event ObjectRequest OnObjectRequest; | public event ObjectRequest OnObjectRequest; |
| 268 | ||
| 269 | public event AvatarInterestUpdate OnAvatarInterestUpdate; | |
| 270 | ||
| 271 | #pragma warning restore 67 | #pragma warning restore 67 |
| 272 | ||
| 273 | private UUID myID = UUID.Random(); | private UUID myID = UUID.Random(); |
| # | Line 778 | Line 780 |
| 780 | { | { |
| 781 | } | } |
| 782 | ||
| public virtual void Close(bool ShutdownCircuit) | ||
| { | ||
| } | ||
| 783 | public void Start() | public void Start() |
| 784 | { | { |
| 785 | } | } |
| # | Line 1099 | Line 1097 |
| 1097 | { | { |
| 1098 | } | } |
| 1099 | ||
| 1100 | public virtual IPEndPoint RemoteEndPoint | |
| 1101 | { | |
| 1102 | get { return new IPEndPoint(IPAddress.Loopback, (int)CircuitCode); } | |
| 1103 | } | |
| 1104 | ||
| 1105 | public virtual void Close() | |
| 1106 | { | |
| 1107 | } | |
| 1108 | ||
| 1109 | public void SendAvatarData(SendAvatarData data) | |
| 1110 | { | |
| 1111 | } | |
| 1112 | ||
| 1113 | public void SendAvatarTerseUpdate(SendAvatarTerseData data) | |
| 1114 | { | |
| 1115 | } | |
| 1116 | ||
| 1117 | public void SendPrimitiveToClient(SendPrimitiveData data) | |
| 1118 | { | |
| 1119 | } | |
| 1120 | ||
| 1121 | public void SendPrimTerseUpdate(SendPrimitiveTerseData data) | |
| 1122 | { | |
| 1123 | } | |
| 1124 | ||
| 1125 | public void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler) | |
| 1126 | { | |
| 1127 | } | |
| 1128 | ||
| 1129 | #endregion | #endregion |
| 1130 | } | } |
| 1131 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

