mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams
Fixes Mantis #3979 Applied with changes. Changed ThreatLevel to High since all discovery functions are a high threat. Overriding that is the responsibility of the grid owner.
This commit is contained in:
@@ -386,6 +386,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_OSSL_Functions.osLoadedCreationID();
|
||||
}
|
||||
|
||||
public LSL_List osGetLinkPrimitiveParams( int linknumber, LSL_List rules )
|
||||
{
|
||||
return m_OSSL_Functions.osGetLinkPrimitiveParams( linknumber, rules );
|
||||
}
|
||||
|
||||
|
||||
public OSSLPrim Prim;
|
||||
|
||||
Reference in New Issue
Block a user