From: Christopher Yeoh <cyeoh@au1.ibm.com>

The following patch implements osMakeNotecard as specified on the OpenSim website
This commit is contained in:
Dr Scofield
2008-11-06 09:12:14 +00:00
parent 5d8e08a072
commit 44b0c59ba9
3 changed files with 60 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
Hashtable osParseJSON(string JSON);
void osMessageObject(key objectUUID,string message);
void osMakeNotecard(string notecardName, LSL_Types.list contents);
}
}