mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
More OSSL function name normalization, this time for osParcelSetDetails.
This commit is contained in:
@@ -135,7 +135,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
// Parcel commands
|
||||
void osParcelJoin(vector pos1, vector pos2);
|
||||
void osParcelSubdivide(vector pos1, vector pos2);
|
||||
void osParcelSetDetails(vector pos, LSL_List rules);
|
||||
void osSetParcelDetails(vector pos, LSL_List rules);
|
||||
void osParcelSetDetails(vector pos, LSL_List rules); // Deprecated
|
||||
|
||||
string osGetScriptEngineName();
|
||||
string osGetSimulatorVersion();
|
||||
|
||||
Reference in New Issue
Block a user