mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* Patch #1026 - llDialog support -- Thanks Melanie!
This commit is contained in:
@@ -166,6 +166,8 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public event ObjectIncludeInSearch OnObjectIncludeInSearch;
|
||||
public event UUIDNameRequest OnTeleportHomeRequest;
|
||||
|
||||
public event ScriptAnswer OnScriptAnswer;
|
||||
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
@@ -593,5 +595,9 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public void SetClientInfo(ClientInfo info)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendScriptQuestion(LLUUID objectID, string taskName, string ownerName, LLUUID itemID, int question)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user