mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
committed by
UbitUmarov
parent
c0fe11a0c7
commit
dba340a447
@@ -1690,13 +1690,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
LSL_Integer osGetSittingAvatarsCount()
|
||||
public LSL_Integer osGetSittingAvatarsCount()
|
||||
{
|
||||
return m_OSSL_Functions.osGetSittingAvatarsCount();
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
LSL_Integer osGetSittingAvatarsCount(LSL_Key object_id)
|
||||
public LSL_Integer osGetSittingAvatarsCount(LSL_Key object_id)
|
||||
{
|
||||
return m_OSSL_Functions.osGetSittingAvatarsCount(object_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user