mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add explicit osMakeNotecard(string notecardName, LSL_String contents) so it does not depend on implicit cast from string to list, as before
This commit is contained in:
@@ -277,7 +277,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
|
||||
void osMessageObject(key objectUUID,string message);
|
||||
|
||||
void osMakeNotecard(string notecardName, LSL_Types.list contents);
|
||||
void osMakeNotecard(string notecardName, LSL_String contents);
|
||||
void osMakeNotecard(string notecardName, LSL_List contents);
|
||||
|
||||
string osGetNotecardLine(string name, int line);
|
||||
string osGetNotecard(string name);
|
||||
|
||||
Reference in New Issue
Block a user