mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
add list osGetParcelIDs() and key osGetParcelID(), plus a few changes to previus commits
This commit is contained in:
@@ -598,5 +598,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_Integer osAvatarType(LSL_Key avkey);
|
||||
LSL_Integer osAvatarType(LSL_String sFirstName, LSL_String sLastName);
|
||||
void osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending);
|
||||
|
||||
LSL_List osGetParcelDetails(LSL_Key id, LSL_List param);
|
||||
public LSL_List osGetParcelIDs();
|
||||
public LSL_Key osGetParcelID();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user