renaming to be similar to equivalent Set command

This commit is contained in:
SignpostMarv
2012-08-24 16:35:59 +01:00
committed by Justin Clark-Casey (justincc)
parent a0d178b284
commit 3d504261b0
3 changed files with 8 additions and 8 deletions

View File

@@ -425,6 +425,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void print(string str);
void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List GetLinkPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
}
}