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:
Melanie
2009-08-07 21:51:03 +01:00
parent ad0d2fea20
commit 6c6527caae
4 changed files with 53 additions and 21 deletions

View File

@@ -146,6 +146,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
string osLoadedCreationDate();
string osLoadedCreationTime();
string osLoadedCreationID();
LSL_List osGetLinkPrimitiveParams( int linknumber, LSL_List rules );
}
}