Mantis#2265. Thank you kindly, Idb for a patch that:
Implements the LSL function llGetAttached().0.6.0-stable
parent
91e0369f83
commit
33add28b51
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue