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()
|
public LSL_Integer llGetAttached()
|
||||||
{
|
{
|
||||||
m_host.AddScriptLPS(1);
|
m_host.AddScriptLPS(1);
|
||||||
NotImplemented("llGetAttached");
|
return m_host.ParentGroup.RootPart.AttachmentPoint;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public LSL_Integer llGetFreeMemory()
|
public LSL_Integer llGetFreeMemory()
|
||||||
|
|
Loading…
Reference in New Issue