mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
implementing osDropAttachment & osDropAttachmentAt
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
e81e19a3b4
commit
35b7c80e0b
@@ -394,5 +394,17 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
void osSetContentType(LSL_Key id, string type);
|
||||
|
||||
/// <summary>
|
||||
/// Attempts to drop an attachment to the ground
|
||||
/// </summary>
|
||||
void osDropAttachment();
|
||||
|
||||
/// <summary>
|
||||
/// Attempts to drop an attachment at the specified coordinates.
|
||||
/// </summary>
|
||||
/// <param name="pos"></param>
|
||||
/// <param name="rot"></param>
|
||||
void osDropAttachmentAt(vector pos, rotation rot);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user