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

Implements the LSL function llGetAttached().
This commit is contained in:
Charles Krinke
2008-09-26 01:49:06 +00:00
parent 91e0369f83
commit 33add28b51

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()