mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
implementing a function to get the number of attachments worn
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
8d431c6359
commit
a858c5daee
@@ -311,6 +311,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_OSSL_Functions.osForceDetachFromAvatar();
|
||||
}
|
||||
|
||||
public LSL_List osGetNumberOfAttachments(LSL_Key avatar, LSL_List attachmentPoints)
|
||||
{
|
||||
return m_OSSL_Functions.osGetNumberOfAttachments(avatar, attachmentPoints);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
// Texture Draw functions
|
||||
|
||||
public string osMovePen(string drawList, int x, int y)
|
||||
|
||||
Reference in New Issue
Block a user