mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
experimental function. Results still too volatile to be usefull
This commit is contained in:
@@ -4279,5 +4279,17 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
else
|
||||
m_host.CollisionSoundType = -1;
|
||||
}
|
||||
|
||||
// still not very usefull, detector is lost on rez, restarts, etc
|
||||
public void osVolumeDetect(int detect)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
if (m_host.ParentGroup == null || m_host.ParentGroup.IsDeleted || m_host.ParentGroup.IsAttachment)
|
||||
return;
|
||||
|
||||
m_host.ScriptSetVolumeDetect(detect != 0);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user