mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
add LinksetData support. Untested and still does not store in dbs. Not as spec. See mantis 9081 (runprebuild)
This commit is contained in:
@@ -64,6 +64,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
/// Post event to an entire prim
|
||||
/// </summary>
|
||||
bool PostObjectEvent(uint localID, EventParams parms);
|
||||
bool PostObjectLinksetDataEvent(uint localID, int action, ReadOnlySpan<char> name, ReadOnlySpan<char> value);
|
||||
|
||||
DetectParams GetDetectParams(UUID item, int number);
|
||||
void SetMinEventDelay(UUID itemID, double delay);
|
||||
|
||||
Reference in New Issue
Block a user