Mantis#2265. Thank you kindly, Idb for a patch that:

Implements the LSL function llGetAttached().
0.6.0-stable
Charles Krinke 2008-09-26 01:49:06 +00:00
parent 91e0369f83
commit 33add28b51
1 changed files with 1 additions and 2 deletions

View File

@ -4709,8 +4709,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public LSL_Integer llGetAttached()
{
m_host.AddScriptLPS(1);
NotImplemented("llGetAttached");
return 0;
return m_host.ParentGroup.RootPart.AttachmentPoint;
}
public LSL_Integer llGetFreeMemory()