diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index 8e1192c..6599c22 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -41,20 +41,20 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
41 | { | 41 | { |
42 | void state(string newState); | 42 | void state(string newState); |
43 | 43 | ||
44 | LSL_Integer llAbs(int val); | 44 | LSL_Integer llAbs(LSL_Integer val); |
45 | LSL_Float llAcos(double val); | 45 | LSL_Float llAcos(LSL_Float val); |
46 | //ApiDesc Sleep 0.1 | 46 | //ApiDesc Sleep 0.1 |
47 | void llAddToLandBanList(LSL_Key avatarId, double hours); | 47 | void llAddToLandBanList(LSL_Key avatarId, LSL_Float hours); |
48 | //ApiDesc Sleep 0.1 | 48 | //ApiDesc Sleep 0.1 |
49 | void llAddToLandPassList(LSL_Key avatarId, double hours); | 49 | void llAddToLandPassList(LSL_Key avatarId, LSL_Float hours); |
50 | //ApiDesc Sleep 0.1 | 50 | //ApiDesc Sleep 0.1 |
51 | void llAdjustSoundVolume(double volume); | 51 | void llAdjustSoundVolume(LSL_Float volume); |
52 | void llAllowInventoryDrop(int add); | 52 | void llAllowInventoryDrop(LSL_Integer add); |
53 | LSL_Float llAngleBetween(LSL_Rotation a, LSL_Rotation b); | 53 | LSL_Float llAngleBetween(LSL_Rotation a, LSL_Rotation b); |
54 | void llApplyImpulse(LSL_Vector force, int local); | 54 | void llApplyImpulse(LSL_Vector force, LSL_Integer local); |
55 | void llApplyRotationalImpulse(LSL_Vector force, int local); | 55 | void llApplyRotationalImpulse(LSL_Vector force, int local); |
56 | LSL_Float llAsin(double val); | 56 | LSL_Float llAsin(LSL_Float val); |
57 | LSL_Float llAtan2(double x, double y); | 57 | LSL_Float llAtan2(LSL_Float x, LSL_Float y); |
58 | void llAttachToAvatar(LSL_Integer attachment); | 58 | void llAttachToAvatar(LSL_Integer attachment); |
59 | void llAttachToAvatarTemp(LSL_Integer attachmentPoint); | 59 | void llAttachToAvatarTemp(LSL_Integer attachmentPoint); |
60 | LSL_Key llAvatarOnSitTarget(); | 60 | LSL_Key llAvatarOnSitTarget(); |
@@ -74,13 +74,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
74 | //ApiDesc Sleep 1.0 | 74 | //ApiDesc Sleep 1.0 |
75 | void llCloseRemoteDataChannel(string channel); | 75 | void llCloseRemoteDataChannel(string channel); |
76 | LSL_Float llCloud(LSL_Vector offset); | 76 | LSL_Float llCloud(LSL_Vector offset); |
77 | void llCollisionFilter(string name, string id, int accept); | 77 | void llCollisionFilter(LSL_String name, LSL_Key id, LSL_Integer accept); |
78 | void llCollisionSound(string impact_sound, double impact_volume); | 78 | void llCollisionSound(LSL_String impact_sound, LSL_Float impact_volume); |
79 | //ApiDesc Not Supported - does nothing | 79 | //ApiDesc Not Supported - does nothing |
80 | void llCollisionSprite(string impact_sprite); | 80 | void llCollisionSprite(LSL_String impact_sprite); |
81 | LSL_Float llCos(double f); | 81 | LSL_Float llCos(double f); |
82 | //ApiDesc Sleep 1.0 | 82 | //ApiDesc Sleep 1.0 |
83 | void llCreateLink(LSL_String targetId, LSL_Integer parent); | 83 | void llCreateLink(LSL_Key targetId, LSL_Integer parent); |
84 | LSL_List llCSV2List(string src); | 84 | LSL_List llCSV2List(string src); |
85 | LSL_List llDeleteSubList(LSL_List src, int start, int end); | 85 | LSL_List llDeleteSubList(LSL_List src, int start, int end); |
86 | LSL_String llDeleteSubString(string src, int start, int end); | 86 | LSL_String llDeleteSubString(string src, int start, int end); |
@@ -116,16 +116,16 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
116 | LSL_Float llFrand(double mag); | 116 | LSL_Float llFrand(double mag); |
117 | LSL_Key llGenerateKey(); | 117 | LSL_Key llGenerateKey(); |
118 | LSL_Vector llGetAccel(); | 118 | LSL_Vector llGetAccel(); |
119 | LSL_Integer llGetAgentInfo(string id); | 119 | LSL_Integer llGetAgentInfo(LSL_Key id); |
120 | LSL_String llGetAgentLanguage(string id); | 120 | LSL_String llGetAgentLanguage(LSL_Key id); |
121 | LSL_List llGetAgentList(LSL_Integer scope, LSL_List options); | 121 | LSL_List llGetAgentList(LSL_Integer scope, LSL_List options); |
122 | LSL_Vector llGetAgentSize(string id); | 122 | LSL_Vector llGetAgentSize(LSL_Key id); |
123 | LSL_Float llGetAlpha(int face); | 123 | LSL_Float llGetAlpha(int face); |
124 | LSL_Float llGetAndResetTime(); | 124 | LSL_Float llGetAndResetTime(); |
125 | LSL_String llGetAnimation(string id); | 125 | LSL_String llGetAnimation(LSL_Key id); |
126 | LSL_List llGetAnimationList(string id); | 126 | LSL_List llGetAnimationList(LSL_Key id); |
127 | LSL_Integer llGetAttached(); | 127 | LSL_Integer llGetAttached(); |
128 | LSL_List llGetAttachedList(string id); | 128 | LSL_List llGetAttachedList(LSL_Key id); |
129 | LSL_List llGetBoundingBox(string obj); | 129 | LSL_List llGetBoundingBox(string obj); |
130 | LSL_Vector llGetCameraPos(); | 130 | LSL_Vector llGetCameraPos(); |
131 | LSL_Rotation llGetCameraRot(); | 131 | LSL_Rotation llGetCameraRot(); |
@@ -217,10 +217,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
217 | LSL_Integer llGetUnixTime(); | 217 | LSL_Integer llGetUnixTime(); |
218 | LSL_Vector llGetVel(); | 218 | LSL_Vector llGetVel(); |
219 | LSL_Float llGetWallclock(); | 219 | LSL_Float llGetWallclock(); |
220 | void llGiveInventory(string destination, string inventory); | 220 | void llGiveInventory(LSL_Key destination, LSL_String inventory); |
221 | void llGiveInventoryList(string destination, string category, LSL_List inventory); | 221 | void llGiveInventoryList(LSL_Key destination, LSL_String category, LSL_List inventory); |
222 | LSL_Integer llGiveMoney(string destination, int amount); | 222 | LSL_Integer llGiveMoney(LSL_Key destination, LSL_Integer amount); |
223 | LSL_Key llTransferLindenDollars(string destination, int amount); | 223 | LSL_Key llTransferLindenDollars(LSL_Key destination, LSL_Integer amount); |
224 | void llGodLikeRezObject(string inventory, LSL_Vector pos); | 224 | void llGodLikeRezObject(string inventory, LSL_Vector pos); |
225 | LSL_Float llGround(LSL_Vector offset); | 225 | LSL_Float llGround(LSL_Vector offset); |
226 | LSL_Vector llGroundContour(LSL_Vector offset); | 226 | LSL_Vector llGroundContour(LSL_Vector offset); |
@@ -232,8 +232,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
232 | LSL_String llInsertString(string dst, int position, string src); | 232 | LSL_String llInsertString(string dst, int position, string src); |
233 | void llInstantMessage(string user, string message); | 233 | void llInstantMessage(string user, string message); |
234 | LSL_String llIntegerToBase64(int number); | 234 | LSL_String llIntegerToBase64(int number); |
235 | LSL_String llKey2Name(string id); | 235 | LSL_String llKey2Name(LSL_Key id); |
236 | LSL_String llGetUsername(string id); | 236 | LSL_String llGetUsername(LSL_Key id); |
237 | LSL_Key llRequestUsername(string id); | 237 | LSL_Key llRequestUsername(string id); |
238 | LSL_String llGetDisplayName(string id); | 238 | LSL_String llGetDisplayName(string id); |
239 | LSL_Key llRequestDisplayName(string id); | 239 | LSL_Key llRequestDisplayName(string id); |