diff options
author | Teravus Ovares | 2008-05-06 02:47:14 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-06 02:47:14 +0000 |
commit | add13276a98e572bf4f83e79cfe1fa4d3f4411df (patch) | |
tree | 063b5b062eae428b635ce12ccbd7c46fcf63a5bc /OpenSim/Region/Examples | |
parent | * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n... (diff) | |
download | opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.zip opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.tar.gz opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.tar.bz2 opensim-SC_OLD-add13276a98e572bf4f83e79cfe1fa4d3f4411df.tar.xz |
* Committing a bunch of work for control snatching. Not done yet. No visible features.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 79bc7d0..4929675 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -444,6 +444,10 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
444 | { | 444 | { |
445 | } | 445 | } |
446 | 446 | ||
447 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) | ||
448 | { | ||
449 | } | ||
450 | |||
447 | public virtual void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName) | 451 | public virtual void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName) |
448 | { | 452 | { |
449 | } | 453 | } |