diff options
author | UbitUmarov | 2018-03-05 17:02:07 +0000 |
---|---|---|
committer | UbitUmarov | 2018-03-05 17:02:07 +0000 |
commit | befe1ad4be44de1c64f470f8c3530ce46723a9cd (patch) | |
tree | fba6d57dc6ca333ed8b69c6ef8053a3e1fcd26fb /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Merge branch 'master' into httptests (diff) | |
download | opensim-SC-befe1ad4be44de1c64f470f8c3530ce46723a9cd.zip opensim-SC-befe1ad4be44de1c64f470f8c3530ce46723a9cd.tar.gz opensim-SC-befe1ad4be44de1c64f470f8c3530ce46723a9cd.tar.bz2 opensim-SC-befe1ad4be44de1c64f470f8c3530ce46723a9cd.tar.xz |
fix some LSL functions to return type Key as they should and not string
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index 17c977f..4529d9a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -122,7 +122,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
122 | LSL_Rotation llGetCameraRot(); | 122 | LSL_Rotation llGetCameraRot(); |
123 | LSL_Vector llGetCenterOfMass(); | 123 | LSL_Vector llGetCenterOfMass(); |
124 | LSL_Vector llGetColor(int face); | 124 | LSL_Vector llGetColor(int face); |
125 | LSL_String llGetCreator(); | 125 | LSL_Key llGetCreator(); |
126 | LSL_String llGetDate(); | 126 | LSL_String llGetDate(); |
127 | LSL_Float llGetEnergy(); | 127 | LSL_Float llGetEnergy(); |
128 | LSL_String llGetEnv(LSL_String name); | 128 | LSL_String llGetEnv(LSL_String name); |
@@ -155,7 +155,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
155 | LSL_Float llGetMassMKS(); | 155 | LSL_Float llGetMassMKS(); |
156 | LSL_Integer llGetMemoryLimit(); | 156 | LSL_Integer llGetMemoryLimit(); |
157 | void llGetNextEmail(string address, string subject); | 157 | void llGetNextEmail(string address, string subject); |
158 | LSL_String llGetNotecardLine(string name, int line); | 158 | LSL_Key llGetNotecardLine(string name, int line); |
159 | LSL_Key llGetNumberOfNotecardLines(string name); | 159 | LSL_Key llGetNumberOfNotecardLines(string name); |
160 | LSL_Integer llGetNumberOfPrims(); | 160 | LSL_Integer llGetNumberOfPrims(); |
161 | LSL_Integer llGetNumberOfSides(); | 161 | LSL_Integer llGetNumberOfSides(); |
@@ -211,23 +211,23 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
211 | void llGiveInventory(string destination, string inventory); | 211 | void llGiveInventory(string destination, string inventory); |
212 | void llGiveInventoryList(string destination, string category, LSL_List inventory); | 212 | void llGiveInventoryList(string destination, string category, LSL_List inventory); |
213 | LSL_Integer llGiveMoney(string destination, int amount); | 213 | LSL_Integer llGiveMoney(string destination, int amount); |
214 | LSL_String llTransferLindenDollars(string destination, int amount); | 214 | LSL_Key llTransferLindenDollars(string destination, int amount); |
215 | void llGodLikeRezObject(string inventory, LSL_Vector pos); | 215 | void llGodLikeRezObject(string inventory, LSL_Vector pos); |
216 | LSL_Float llGround(LSL_Vector offset); | 216 | LSL_Float llGround(LSL_Vector offset); |
217 | LSL_Vector llGroundContour(LSL_Vector offset); | 217 | LSL_Vector llGroundContour(LSL_Vector offset); |
218 | LSL_Vector llGroundNormal(LSL_Vector offset); | 218 | LSL_Vector llGroundNormal(LSL_Vector offset); |
219 | void llGroundRepel(double height, int water, double tau); | 219 | void llGroundRepel(double height, int water, double tau); |
220 | LSL_Vector llGroundSlope(LSL_Vector offset); | 220 | LSL_Vector llGroundSlope(LSL_Vector offset); |
221 | LSL_String llHTTPRequest(string url, LSL_List parameters, string body); | 221 | LSL_Key llHTTPRequest(string url, LSL_List parameters, string body); |
222 | void llHTTPResponse(LSL_Key id, int status, string body); | 222 | void llHTTPResponse(LSL_Key id, int status, string body); |
223 | LSL_String llInsertString(string dst, int position, string src); | 223 | LSL_String llInsertString(string dst, int position, string src); |
224 | void llInstantMessage(string user, string message); | 224 | void llInstantMessage(string user, string message); |
225 | LSL_String llIntegerToBase64(int number); | 225 | LSL_String llIntegerToBase64(int number); |
226 | LSL_String llKey2Name(string id); | 226 | LSL_String llKey2Name(string id); |
227 | LSL_String llGetUsername(string id); | 227 | LSL_String llGetUsername(string id); |
228 | LSL_String llRequestUsername(string id); | 228 | LSL_Key llRequestUsername(string id); |
229 | LSL_String llGetDisplayName(string id); | 229 | LSL_String llGetDisplayName(string id); |
230 | LSL_String llRequestDisplayName(string id); | 230 | LSL_Key llRequestDisplayName(string id); |
231 | void llLinkParticleSystem(int linknum, LSL_List rules); | 231 | void llLinkParticleSystem(int linknum, LSL_List rules); |
232 | void llLinkSitTarget(LSL_Integer link, LSL_Vector offset, LSL_Rotation rot); | 232 | void llLinkSitTarget(LSL_Integer link, LSL_Vector offset, LSL_Rotation rot); |
233 | LSL_String llList2CSV(LSL_List src); | 233 | LSL_String llList2CSV(LSL_List src); |
@@ -302,7 +302,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
302 | LSL_Key llRequestAgentData(string id, int data); | 302 | LSL_Key llRequestAgentData(string id, int data); |
303 | LSL_Key llRequestInventoryData(string name); | 303 | LSL_Key llRequestInventoryData(string name); |
304 | void llRequestPermissions(string agent, int perm); | 304 | void llRequestPermissions(string agent, int perm); |
305 | LSL_String llRequestSecureURL(); | 305 | LSL_Key llRequestSecureURL(); |
306 | LSL_Key llRequestSimulatorData(string simulator, int data); | 306 | LSL_Key llRequestSimulatorData(string simulator, int data); |
307 | LSL_Key llRequestURL(); | 307 | LSL_Key llRequestURL(); |
308 | void llResetLandBanList(); | 308 | void llResetLandBanList(); |