mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Implementation of new LSL function: list llGetAttachedList(key avatar); It also returns HUDs' keys.
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
d2e380e81e
commit
b0f87fba1c
@@ -426,6 +426,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llGetAttached();
|
||||
}
|
||||
|
||||
public LSL_List llGetAttachedList(string id)
|
||||
{
|
||||
return m_LSL_Functions.llGetAttachedList(id);
|
||||
}
|
||||
|
||||
public LSL_List llGetBoundingBox(string obj)
|
||||
{
|
||||
return m_LSL_Functions.llGetBoundingBox(obj);
|
||||
|
||||
Reference in New Issue
Block a user