diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 19494c2..68f3ecb 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -563,7 +563,6 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
563 | { | 563 | { |
564 | } | 564 | } |
565 | 565 | ||
566 | |||
567 | public void SendAgentOffline(LLUUID[] agentIDs) | 566 | public void SendAgentOffline(LLUUID[] agentIDs) |
568 | { | 567 | { |
569 | 568 | ||
@@ -574,6 +573,16 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
574 | 573 | ||
575 | } | 574 | } |
576 | 575 | ||
576 | public void SendSitResponse(LLUUID TargetID, LLVector3 OffsetPos, LLQuaternion SitOrientation, bool autopilot, | ||
577 | LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook) | ||
578 | { | ||
579 | } | ||
580 | |||
581 | public void SendAdminResponse(LLUUID Token, uint AdminLevel) | ||
582 | { | ||
583 | |||
584 | } | ||
585 | |||
577 | private void Update() | 586 | private void Update() |
578 | { | 587 | { |
579 | frame++; | 588 | frame++; |