mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
implementing osDropAttachment & osDropAttachmentAt
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
e81e19a3b4
commit
35b7c80e0b
@@ -972,5 +972,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
m_OSSL_Functions.osSetContentType(id,type);
|
||||
}
|
||||
|
||||
public void osDropAttachment()
|
||||
{
|
||||
m_OSSL_Functions.osDropAttachment();
|
||||
}
|
||||
|
||||
public void osDropAttachmentAt(vector pos, rotation rot)
|
||||
{
|
||||
m_OSSL_Functions.osDropAttachmentAt(pos, rot);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user