mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Mantis#2265. Thank you kindly, Idb for a patch that:
Implements the LSL function llGetAttached().
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user