OSSL_Stub.cs 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552
  1. /*
  2. * Copyright (c) Contributors, http://opensimulator.org/
  3. * See CONTRIBUTORS.TXT for a full list of copyright holders.
  4. *
  5. * Redistribution and use in source and binary forms, with or without
  6. * modification, are permitted provided that the following conditions are met:
  7. * * Redistributions of source code must retain the above copyright
  8. * notice, this list of conditions and the following disclaimer.
  9. * * Redistributions in binary form must reproduce the above copyright
  10. * notice, this list of conditions and the following disclaimer in the
  11. * documentation and/or other materials provided with the distribution.
  12. * * Neither the name of the OpenSimulator Project nor the
  13. * names of its contributors may be used to endorse or promote products
  14. * derived from this software without specific prior written permission.
  15. *
  16. * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
  17. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  18. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  19. * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
  20. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  21. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  22. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  23. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  25. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. */
  27. using System;
  28. using System.Runtime.Remoting.Lifetime;
  29. using System.Threading;
  30. using System.Reflection;
  31. using System.Collections;
  32. using System.Collections.Generic;
  33. using OpenSim.Framework;
  34. using OpenSim.Region.Framework.Interfaces;
  35. using OpenSim.Region.ScriptEngine.Interfaces;
  36. using OpenSim.Region.ScriptEngine.Shared.Api.Interfaces;
  37. using integer = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger;
  38. using vector = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Vector3;
  39. using rotation = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Quaternion;
  40. using key = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
  41. using LSL_List = OpenSim.Region.ScriptEngine.Shared.LSL_Types.list;
  42. using LSL_String = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
  43. using LSL_Key = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
  44. using LSL_Float = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLFloat;
  45. using LSL_Integer = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger;
  46. namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
  47. {
  48. public partial class ScriptBaseClass : MarshalByRefObject
  49. {
  50. public IOSSL_Api m_OSSL_Functions;
  51. public void ApiTypeOSSL(IScriptApi api)
  52. {
  53. if (!(api is IOSSL_Api))
  54. return;
  55. m_OSSL_Functions = (IOSSL_Api)api;
  56. Prim = new OSSLPrim(this);
  57. }
  58. public void osSetRegionWaterHeight(double height)
  59. {
  60. m_OSSL_Functions.osSetRegionWaterHeight(height);
  61. }
  62. public void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour)
  63. {
  64. m_OSSL_Functions.osSetRegionSunSettings(useEstateSun, sunFixed, sunHour);
  65. }
  66. public void osSetEstateSunSettings(bool sunFixed, double sunHour)
  67. {
  68. m_OSSL_Functions.osSetEstateSunSettings(sunFixed, sunHour);
  69. }
  70. public LSL_Float osGetCurrentSunHour()
  71. {
  72. return m_OSSL_Functions.osGetCurrentSunHour();
  73. }
  74. public LSL_Float osGetSunParam(LSL_String param)
  75. {
  76. return m_OSSL_Functions.osGetSunParam(param);
  77. }
  78. // Deprecated
  79. public double osSunGetParam(string param)
  80. {
  81. return m_OSSL_Functions.osSunGetParam(param);
  82. }
  83. public void osSetSunParam(string param, double value)
  84. {
  85. m_OSSL_Functions.osSetSunParam(param, value);
  86. }
  87. // Deprecated
  88. public void osSunSetParam(string param, double value)
  89. {
  90. m_OSSL_Functions.osSunSetParam(param, value);
  91. }
  92. public string osWindActiveModelPluginName()
  93. {
  94. return m_OSSL_Functions.osWindActiveModelPluginName();
  95. }
  96. public void osSetWindParam(string plugin, string param, LSL_Float value)
  97. {
  98. m_OSSL_Functions.osSetWindParam(plugin, param, value);
  99. }
  100. public LSL_Float osGetWindParam(string plugin, string param)
  101. {
  102. return m_OSSL_Functions.osGetWindParam(plugin, param);
  103. }
  104. public LSL_Integer osGetParcelDwell(vector pos)
  105. {
  106. return m_OSSL_Functions.osGetParcelDwell(pos);
  107. }
  108. public void osParcelJoin(vector pos1, vector pos2)
  109. {
  110. m_OSSL_Functions.osParcelJoin(pos1,pos2);
  111. }
  112. public void osParcelSubdivide(vector pos1, vector pos2)
  113. {
  114. m_OSSL_Functions.osParcelSubdivide(pos1, pos2);
  115. }
  116. public void osSetParcelDetails(vector pos, LSL_List rules)
  117. {
  118. m_OSSL_Functions.osSetParcelDetails(pos, rules);
  119. }
  120. // Deprecated
  121. public void osParcelSetDetails(vector pos, LSL_List rules)
  122. {
  123. m_OSSL_Functions.osParcelSetDetails(pos,rules);
  124. }
  125. public string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams,
  126. int timer)
  127. {
  128. return m_OSSL_Functions.osSetDynamicTextureURL(dynamicID, contentType, url, extraParams, timer);
  129. }
  130. public string osSetDynamicTextureData(string dynamicID, string contentType, string data, string extraParams,
  131. int timer)
  132. {
  133. return m_OSSL_Functions.osSetDynamicTextureData(dynamicID, contentType, data, extraParams, timer);
  134. }
  135. public string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams,
  136. int timer, int face)
  137. {
  138. return m_OSSL_Functions.osSetDynamicTextureDataFace(dynamicID, contentType, data, extraParams, timer, face);
  139. }
  140. public string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams,
  141. int timer, int alpha)
  142. {
  143. return m_OSSL_Functions.osSetDynamicTextureURLBlend(dynamicID, contentType, url, extraParams, timer, alpha);
  144. }
  145. public string osSetDynamicTextureDataBlend(string dynamicID, string contentType, string data, string extraParams,
  146. int timer, int alpha)
  147. {
  148. return m_OSSL_Functions.osSetDynamicTextureDataBlend(dynamicID, contentType, data, extraParams, timer, alpha);
  149. }
  150. public string osSetDynamicTextureURLBlendFace(string dynamicID, string contentType, string url, string extraParams,
  151. bool blend, int disp, int timer, int alpha, int face)
  152. {
  153. return m_OSSL_Functions.osSetDynamicTextureURLBlendFace(dynamicID, contentType, url, extraParams,
  154. blend, disp, timer, alpha, face);
  155. }
  156. public string osSetDynamicTextureDataBlendFace(string dynamicID, string contentType, string data, string extraParams,
  157. bool blend, int disp, int timer, int alpha, int face)
  158. {
  159. return m_OSSL_Functions.osSetDynamicTextureDataBlendFace(dynamicID, contentType, data, extraParams,
  160. blend, disp, timer, alpha, face);
  161. }
  162. public LSL_Float osGetTerrainHeight(int x, int y)
  163. {
  164. return m_OSSL_Functions.osGetTerrainHeight(x, y);
  165. }
  166. // Deprecated
  167. public LSL_Float osTerrainGetHeight(int x, int y)
  168. {
  169. return m_OSSL_Functions.osTerrainGetHeight(x, y);
  170. }
  171. public LSL_Integer osSetTerrainHeight(int x, int y, double val)
  172. {
  173. return m_OSSL_Functions.osSetTerrainHeight(x, y, val);
  174. }
  175. // Deprecated
  176. public LSL_Integer osTerrainSetHeight(int x, int y, double val)
  177. {
  178. return m_OSSL_Functions.osTerrainSetHeight(x, y, val);
  179. }
  180. public void osTerrainFlush()
  181. {
  182. m_OSSL_Functions.osTerrainFlush();
  183. }
  184. public int osRegionRestart(double seconds)
  185. {
  186. return m_OSSL_Functions.osRegionRestart(seconds);
  187. }
  188. public int osRegionRestart(double seconds, string msg)
  189. {
  190. return m_OSSL_Functions.osRegionRestart(seconds, msg);
  191. }
  192. public void osRegionNotice(string msg)
  193. {
  194. m_OSSL_Functions.osRegionNotice(msg);
  195. }
  196. public void osRegionNotice(LSL_Key agentID, string msg)
  197. {
  198. m_OSSL_Functions.osRegionNotice(agentID, msg);
  199. }
  200. public bool osConsoleCommand(string Command)
  201. {
  202. return m_OSSL_Functions.osConsoleCommand(Command);
  203. }
  204. public void osSetParcelMusicURL(LSL_String url)
  205. {
  206. m_OSSL_Functions.osSetParcelMusicURL(url);
  207. }
  208. public void osSetParcelMediaURL(LSL_String url)
  209. {
  210. m_OSSL_Functions.osSetParcelMediaURL(url);
  211. }
  212. public void osSetParcelSIPAddress(string SIPAddress)
  213. {
  214. m_OSSL_Functions.osSetParcelSIPAddress(SIPAddress);
  215. }
  216. public void osSetPrimFloatOnWater(int floatYN)
  217. {
  218. m_OSSL_Functions.osSetPrimFloatOnWater(floatYN);
  219. }
  220. // Teleport Functions
  221. public void osLocalTeleportAgent(LSL_Key agent, vector position, vector velocity, vector lookat, LSL_Integer flags)
  222. {
  223. m_OSSL_Functions.osLocalTeleportAgent(agent, position, velocity, lookat, flags);
  224. }
  225. public void osTeleportAgent(string agent, string regionName, vector position, vector lookat)
  226. {
  227. m_OSSL_Functions.osTeleportAgent(agent, regionName, position, lookat);
  228. }
  229. public void osTeleportAgent(string agent, int regionX, int regionY, vector position, vector lookat)
  230. {
  231. m_OSSL_Functions.osTeleportAgent(agent, regionX, regionY, position, lookat);
  232. }
  233. public void osTeleportAgent(string agent, vector position, vector lookat)
  234. {
  235. m_OSSL_Functions.osTeleportAgent(agent, position, lookat);
  236. }
  237. public void osTeleportOwner(string regionName, vector position, vector lookat)
  238. {
  239. m_OSSL_Functions.osTeleportOwner(regionName, position, lookat);
  240. }
  241. public void osTeleportOwner(int regionX, int regionY, vector position, vector lookat)
  242. {
  243. m_OSSL_Functions.osTeleportOwner(regionX, regionY, position, lookat);
  244. }
  245. public void osTeleportOwner(vector position, vector lookat)
  246. {
  247. m_OSSL_Functions.osTeleportOwner(position, lookat);
  248. }
  249. public LSL_List osGetAgents()
  250. {
  251. return m_OSSL_Functions.osGetAgents();
  252. }
  253. public string osGetAgentIP(string agent)
  254. {
  255. return m_OSSL_Functions.osGetAgentIP(agent);
  256. }
  257. // Animation Functions
  258. public void osAvatarPlayAnimation(LSL_Key avatar, string animation)
  259. {
  260. m_OSSL_Functions.osAvatarPlayAnimation(avatar, animation);
  261. }
  262. public void osAvatarStopAnimation(LSL_Key avatar, string animation)
  263. {
  264. m_OSSL_Functions.osAvatarStopAnimation(avatar, animation);
  265. }
  266. #region Attachment commands
  267. public void osForceAttachToAvatar(int attachmentPoint)
  268. {
  269. m_OSSL_Functions.osForceAttachToAvatar(attachmentPoint);
  270. }
  271. public void osForceAttachToAvatarFromInventory(string itemName, int attachmentPoint)
  272. {
  273. m_OSSL_Functions.osForceAttachToAvatarFromInventory(itemName, attachmentPoint);
  274. }
  275. public void osForceAttachToOtherAvatarFromInventory(string rawAvatarId, string itemName, int attachmentPoint)
  276. {
  277. m_OSSL_Functions.osForceAttachToOtherAvatarFromInventory(rawAvatarId, itemName, attachmentPoint);
  278. }
  279. public void osForceDetachFromAvatar()
  280. {
  281. m_OSSL_Functions.osForceDetachFromAvatar();
  282. }
  283. public LSL_List osGetNumberOfAttachments(LSL_Key avatar, LSL_List attachmentPoints)
  284. {
  285. return m_OSSL_Functions.osGetNumberOfAttachments(avatar, attachmentPoints);
  286. }
  287. public void osMessageAttachments(LSL_Key avatar, string message, LSL_List attachmentPoints, int flags)
  288. {
  289. m_OSSL_Functions.osMessageAttachments(avatar, message, attachmentPoints, flags);
  290. }
  291. #endregion
  292. // Texture Draw functions
  293. public string osMovePen(string drawList, int x, int y)
  294. {
  295. return m_OSSL_Functions.osMovePen(drawList, x, y);
  296. }
  297. public string osDrawLine(string drawList, int startX, int startY, int endX, int endY)
  298. {
  299. return m_OSSL_Functions.osDrawLine(drawList, startX, startY, endX, endY);
  300. }
  301. public string osDrawLine(string drawList, int endX, int endY)
  302. {
  303. return m_OSSL_Functions.osDrawLine(drawList, endX, endY);
  304. }
  305. public string osDrawText(string drawList, string text)
  306. {
  307. return m_OSSL_Functions.osDrawText(drawList, text);
  308. }
  309. public string osDrawEllipse(string drawList, int width, int height)
  310. {
  311. return m_OSSL_Functions.osDrawEllipse(drawList, width, height);
  312. }
  313. public string osDrawFilledEllipse(string drawList, int width, int height)
  314. {
  315. return m_OSSL_Functions.osDrawFilledEllipse(drawList, width, height);
  316. }
  317. public string osDrawRectangle(string drawList, int width, int height)
  318. {
  319. return m_OSSL_Functions.osDrawRectangle(drawList, width, height);
  320. }
  321. public string osDrawFilledRectangle(string drawList, int width, int height)
  322. {
  323. return m_OSSL_Functions.osDrawFilledRectangle(drawList, width, height);
  324. }
  325. public string osDrawPolygon(string drawList, LSL_List x, LSL_List y)
  326. {
  327. return m_OSSL_Functions.osDrawPolygon(drawList, x, y);
  328. }
  329. public string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y)
  330. {
  331. return m_OSSL_Functions.osDrawFilledPolygon(drawList, x, y);
  332. }
  333. public string osDrawResetTransform(string drawList)
  334. {
  335. return m_OSSL_Functions.osDrawResetTransform(drawList);
  336. }
  337. public string osDrawRotationTransform(string drawList, LSL_Float x)
  338. {
  339. return m_OSSL_Functions.osDrawRotationTransform(drawList, x);
  340. }
  341. public string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
  342. {
  343. return m_OSSL_Functions.osDrawScaleTransform(drawList, x, y);
  344. }
  345. public string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
  346. {
  347. return m_OSSL_Functions.osDrawTranslationTransform(drawList, x, y);
  348. }
  349. public string osSetFontSize(string drawList, int fontSize)
  350. {
  351. return m_OSSL_Functions.osSetFontSize(drawList, fontSize);
  352. }
  353. public string osSetFontName(string drawList, string fontName)
  354. {
  355. return m_OSSL_Functions.osSetFontName(drawList, fontName);
  356. }
  357. public string osSetPenSize(string drawList, int penSize)
  358. {
  359. return m_OSSL_Functions.osSetPenSize(drawList, penSize);
  360. }
  361. public string osSetPenCap(string drawList, string direction, string type)
  362. {
  363. return m_OSSL_Functions.osSetPenCap(drawList, direction, type);
  364. }
  365. public string osSetPenColor(string drawList, string color)
  366. {
  367. return m_OSSL_Functions.osSetPenColor(drawList, color);
  368. }
  369. // Deprecated
  370. public string osSetPenColour(string drawList, string colour)
  371. {
  372. return m_OSSL_Functions.osSetPenColour(drawList, colour);
  373. }
  374. public string osDrawImage(string drawList, int width, int height, string imageUrl)
  375. {
  376. return m_OSSL_Functions.osDrawImage(drawList, width, height, imageUrl);
  377. }
  378. public vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize)
  379. {
  380. return m_OSSL_Functions.osGetDrawStringSize(contentType, text, fontName, fontSize);
  381. }
  382. public string osGetScriptEngineName()
  383. {
  384. return m_OSSL_Functions.osGetScriptEngineName();
  385. }
  386. public LSL_Integer osCheckODE()
  387. {
  388. return m_OSSL_Functions.osCheckODE();
  389. }
  390. public string osGetPhysicsEngineType()
  391. {
  392. return m_OSSL_Functions.osGetPhysicsEngineType();
  393. }
  394. public string osGetPhysicsEngineName()
  395. {
  396. return m_OSSL_Functions.osGetPhysicsEngineName();
  397. }
  398. public string osGetSimulatorVersion()
  399. {
  400. return m_OSSL_Functions.osGetSimulatorVersion();
  401. }
  402. public void osMessageObject(key objectUUID,string message)
  403. {
  404. m_OSSL_Functions.osMessageObject(objectUUID,message);
  405. }
  406. public void osMakeNotecard(string notecardName, LSL_Types.list contents)
  407. {
  408. m_OSSL_Functions.osMakeNotecard(notecardName, contents);
  409. }
  410. public string osGetNotecardLine(string name, int line)
  411. {
  412. return m_OSSL_Functions.osGetNotecardLine(name, line);
  413. }
  414. public string osGetNotecard(string name)
  415. {
  416. return m_OSSL_Functions.osGetNotecard(name);
  417. }
  418. public int osGetNumberOfNotecardLines(string name)
  419. {
  420. return m_OSSL_Functions.osGetNumberOfNotecardLines(name);
  421. }
  422. public string osAvatarName2Key(string firstname, string lastname)
  423. {
  424. return m_OSSL_Functions.osAvatarName2Key(firstname, lastname);
  425. }
  426. public string osKey2Name(string id)
  427. {
  428. return m_OSSL_Functions.osKey2Name(id);
  429. }
  430. public string osSHA256(string input)
  431. {
  432. return m_OSSL_Functions.osSHA256(input);
  433. }
  434. public string osGetGridNick()
  435. {
  436. return m_OSSL_Functions.osGetGridNick();
  437. }
  438. public string osGetGridName()
  439. {
  440. return m_OSSL_Functions.osGetGridName();
  441. }
  442. public string osGetGridLoginURI()
  443. {
  444. return m_OSSL_Functions.osGetGridLoginURI();
  445. }
  446. public string osGetGridHomeURI()
  447. {
  448. return m_OSSL_Functions.osGetGridHomeURI();
  449. }
  450. public string osGetGridGatekeeperURI()
  451. {
  452. return m_OSSL_Functions.osGetGridGatekeeperURI();
  453. }
  454. public string osGetGridCustom(string key)
  455. {
  456. return m_OSSL_Functions.osGetGridCustom(key);
  457. }
  458. public string osGetAvatarHomeURI(string uuid)
  459. {
  460. return m_OSSL_Functions.osGetAvatarHomeURI(uuid);
  461. }
  462. public LSL_String osFormatString(string str, LSL_List strings)
  463. {
  464. return m_OSSL_Functions.osFormatString(str, strings);
  465. }
  466. public LSL_List osMatchString(string src, string pattern, int start)
  467. {
  468. return m_OSSL_Functions.osMatchString(src, pattern, start);
  469. }
  470. public LSL_String osReplaceString(string src, string pattern, string replace, int count, int start)
  471. {
  472. return m_OSSL_Functions.osReplaceString(src,pattern,replace,count,start);
  473. }
  474. // Information about data loaded into the region
  475. public string osLoadedCreationDate()
  476. {
  477. return m_OSSL_Functions.osLoadedCreationDate();
  478. }
  479. public string osLoadedCreationTime()
  480. {
  481. return m_OSSL_Functions.osLoadedCreationTime();
  482. }
  483. public string osLoadedCreationID()
  484. {
  485. return m_OSSL_Functions.osLoadedCreationID();
  486. }
  487. public LSL_List osGetLinkPrimitiveParams(int linknumber, LSL_List rules)
  488. {
  489. return m_OSSL_Functions.osGetLinkPrimitiveParams(linknumber, rules);
  490. }
  491. public void osForceCreateLink(string target, int parent)
  492. {
  493. m_OSSL_Functions.osForceCreateLink(target, parent);
  494. }
  495. public void osForceBreakLink(int linknum)
  496. {
  497. m_OSSL_Functions.osForceBreakLink(linknum);
  498. }
  499. public void osForceBreakAllLinks()
  500. {
  501. m_OSSL_Functions.osForceBreakAllLinks();
  502. }
  503. public void osDie(LSL_Key objectUUID)
  504. {
  505. m_OSSL_Functions.osDie(objectUUID);
  506. }
  507. public LSL_Integer osIsNpc(LSL_Key npc)
  508. {
  509. return m_OSSL_Functions.osIsNpc(npc);
  510. }
  511. public key osNpcCreate(string user, string name, vector position, key cloneFrom)
  512. {
  513. return m_OSSL_Functions.osNpcCreate(user, name, position, cloneFrom);
  514. }
  515. public key osNpcCreate(string user, string name, vector position, key cloneFrom, int options)
  516. {
  517. return m_OSSL_Functions.osNpcCreate(user, name, position, cloneFrom, options);
  518. }
  519. public key osNpcSaveAppearance(key npc, LSL_String notecard)
  520. {
  521. return m_OSSL_Functions.osNpcSaveAppearance(npc, notecard);
  522. }
  523. public key osNpcSaveAppearance(key npc, LSL_String notecard, LSL_Integer includeHuds)
  524. {
  525. return m_OSSL_Functions.osNpcSaveAppearance(npc, notecard, includeHuds);
  526. }
  527. public void osNpcLoadAppearance(key npc, string notecard)
  528. {
  529. m_OSSL_Functions.osNpcLoadAppearance(npc, notecard);
  530. }
  531. public LSL_Key osNpcGetOwner(LSL_Key npc)
  532. {
  533. return m_OSSL_Functions.osNpcGetOwner(npc);
  534. }
  535. public vector osNpcGetPos(LSL_Key npc)
  536. {
  537. return m_OSSL_Functions.osNpcGetPos(npc);
  538. }
  539. public void osNpcMoveTo(key npc, vector position)
  540. {
  541. m_OSSL_Functions.osNpcMoveTo(npc, position);
  542. }
  543. public void osNpcMoveToTarget(key npc, vector target, int options)
  544. {
  545. m_OSSL_Functions.osNpcMoveToTarget(npc, target, options);
  546. }
  547. public rotation osNpcGetRot(key npc)
  548. {
  549. return m_OSSL_Functions.osNpcGetRot(npc);
  550. }
  551. public void osNpcSetRot(key npc, rotation rot)
  552. {
  553. m_OSSL_Functions.osNpcSetRot(npc, rot);
  554. }
  555. public void osNpcStopMoveToTarget(LSL_Key npc)
  556. {
  557. m_OSSL_Functions.osNpcStopMoveToTarget(npc);
  558. }
  559. public void osNpcSetProfileAbout(LSL_Key npc, string about)
  560. {
  561. m_OSSL_Functions.osNpcSetProfileAbout(npc, about);
  562. }
  563. public void osNpcSetProfileImage(LSL_Key npc, string image)
  564. {
  565. m_OSSL_Functions.osNpcSetProfileImage(npc, image);
  566. }
  567. public void osNpcSay(key npc, string message)
  568. {
  569. m_OSSL_Functions.osNpcSay(npc, message);
  570. }
  571. public void osNpcSay(key npc, int channel, string message)
  572. {
  573. m_OSSL_Functions.osNpcSay(npc, channel, message);
  574. }
  575. public void osNpcSayTo(LSL_Key npc, LSL_Key target, int channel, string msg)
  576. {
  577. m_OSSL_Functions.osNpcSayTo(npc, target, channel, msg);
  578. }
  579. public void osNpcShout(key npc, int channel, string message)
  580. {
  581. m_OSSL_Functions.osNpcShout(npc, channel, message);
  582. }
  583. public void osNpcSit(LSL_Key npc, LSL_Key target, int options)
  584. {
  585. m_OSSL_Functions.osNpcSit(npc, target, options);
  586. }
  587. public void osNpcStand(LSL_Key npc)
  588. {
  589. m_OSSL_Functions.osNpcStand(npc);
  590. }
  591. public void osNpcRemove(key npc)
  592. {
  593. m_OSSL_Functions.osNpcRemove(npc);
  594. }
  595. public void osNpcPlayAnimation(LSL_Key npc, string animation)
  596. {
  597. m_OSSL_Functions.osNpcPlayAnimation(npc, animation);
  598. }
  599. public void osNpcStopAnimation(LSL_Key npc, string animation)
  600. {
  601. m_OSSL_Functions.osNpcStopAnimation(npc, animation);
  602. }
  603. public void osNpcWhisper(key npc, int channel, string message)
  604. {
  605. m_OSSL_Functions.osNpcWhisper(npc, channel, message);
  606. }
  607. public void osNpcTouch(LSL_Key npcLSL_Key, LSL_Key object_key, LSL_Integer link_num)
  608. {
  609. m_OSSL_Functions.osNpcTouch(npcLSL_Key, object_key, link_num);
  610. }
  611. public LSL_Key osOwnerSaveAppearance(LSL_String notecard)
  612. {
  613. return m_OSSL_Functions.osOwnerSaveAppearance(notecard);
  614. }
  615. public LSL_Key osOwnerSaveAppearance(LSL_String notecard, LSL_Integer includeHuds)
  616. {
  617. return m_OSSL_Functions.osOwnerSaveAppearance(notecard, includeHuds);
  618. }
  619. public LSL_Key osAgentSaveAppearance(LSL_Key agentId, LSL_String notecard)
  620. {
  621. return m_OSSL_Functions.osAgentSaveAppearance(agentId, notecard);
  622. }
  623. public LSL_Key osAgentSaveAppearance(LSL_Key agentId, LSL_String notecard, LSL_Integer includeHuds)
  624. {
  625. return m_OSSL_Functions.osAgentSaveAppearance(agentId, notecard, includeHuds);
  626. }
  627. public OSSLPrim Prim;
  628. [Serializable]
  629. public class OSSLPrim
  630. {
  631. internal ScriptBaseClass OSSL;
  632. public OSSLPrim(ScriptBaseClass bc)
  633. {
  634. OSSL = bc;
  635. Position = new OSSLPrim_Position(this);
  636. Rotation = new OSSLPrim_Rotation(this);
  637. }
  638. public OSSLPrim_Position Position;
  639. public OSSLPrim_Rotation Rotation;
  640. private TextStruct _text;
  641. public TextStruct Text
  642. {
  643. get { return _text; }
  644. set
  645. {
  646. _text = value;
  647. OSSL.llSetText(_text.Text, _text.color, _text.alpha);
  648. }
  649. }
  650. [Serializable]
  651. public struct TextStruct
  652. {
  653. public string Text;
  654. public LSL_Types.Vector3 color;
  655. public double alpha;
  656. }
  657. }
  658. [Serializable]
  659. public class OSSLPrim_Position
  660. {
  661. private OSSLPrim prim;
  662. private LSL_Types.Vector3 Position;
  663. public OSSLPrim_Position(OSSLPrim _prim)
  664. {
  665. prim = _prim;
  666. }
  667. private void Load()
  668. {
  669. Position = prim.OSSL.llGetPos();
  670. }
  671. private void Save()
  672. {
  673. /* Remove temporarily until we have a handle to the region size
  674. if (Position.x > ((int)Constants.RegionSize - 1))
  675. Position.x = ((int)Constants.RegionSize - 1);
  676. if (Position.y > ((int)Constants.RegionSize - 1))
  677. Position.y = ((int)Constants.RegionSize - 1);
  678. */
  679. if (Position.x < 0)
  680. Position.x = 0;
  681. if (Position.y < 0)
  682. Position.y = 0;
  683. if (Position.z < 0)
  684. Position.z = 0;
  685. if (Position.z > Constants.RegionHeight)
  686. Position.z = Constants.RegionHeight;
  687. prim.OSSL.llSetPos(Position);
  688. }
  689. public double x
  690. {
  691. get
  692. {
  693. Load();
  694. return Position.x;
  695. }
  696. set
  697. {
  698. Load();
  699. Position.x = value;
  700. Save();
  701. }
  702. }
  703. public double y
  704. {
  705. get
  706. {
  707. Load();
  708. return Position.y;
  709. }
  710. set
  711. {
  712. Load();
  713. Position.y = value;
  714. Save();
  715. }
  716. }
  717. public double z
  718. {
  719. get
  720. {
  721. Load();
  722. return Position.z;
  723. }
  724. set
  725. {
  726. Load();
  727. Position.z = value;
  728. Save();
  729. }
  730. }
  731. }
  732. [Serializable]
  733. public class OSSLPrim_Rotation
  734. {
  735. private OSSLPrim prim;
  736. private LSL_Types.Quaternion Rotation;
  737. public OSSLPrim_Rotation(OSSLPrim _prim)
  738. {
  739. prim = _prim;
  740. }
  741. private void Load()
  742. {
  743. Rotation = prim.OSSL.llGetRot();
  744. }
  745. private void Save()
  746. {
  747. prim.OSSL.llSetRot(Rotation);
  748. }
  749. public double x
  750. {
  751. get
  752. {
  753. Load();
  754. return Rotation.x;
  755. }
  756. set
  757. {
  758. Load();
  759. Rotation.x = value;
  760. Save();
  761. }
  762. }
  763. public double y
  764. {
  765. get
  766. {
  767. Load();
  768. return Rotation.y;
  769. }
  770. set
  771. {
  772. Load();
  773. Rotation.y = value;
  774. Save();
  775. }
  776. }
  777. public double z
  778. {
  779. get
  780. {
  781. Load();
  782. return Rotation.z;
  783. }
  784. set
  785. {
  786. Load();
  787. Rotation.z = value;
  788. Save();
  789. }
  790. }
  791. public double s
  792. {
  793. get
  794. {
  795. Load();
  796. return Rotation.s;
  797. }
  798. set
  799. {
  800. Load();
  801. Rotation.s = value;
  802. Save();
  803. }
  804. }
  805. }
  806. public string osGetGender(LSL_Key rawAvatarId)
  807. {
  808. return m_OSSL_Functions.osGetGender(rawAvatarId);
  809. }
  810. public key osGetMapTexture()
  811. {
  812. return m_OSSL_Functions.osGetMapTexture();
  813. }
  814. public key osGetRegionMapTexture(string regionNameOrID)
  815. {
  816. return m_OSSL_Functions.osGetRegionMapTexture(regionNameOrID);
  817. }
  818. public LSL_List osGetRegionStats()
  819. {
  820. return m_OSSL_Functions.osGetRegionStats();
  821. }
  822. public vector osGetRegionSize()
  823. {
  824. return m_OSSL_Functions.osGetRegionSize();
  825. }
  826. /// <summary>
  827. /// Returns the amount of memory in use by the Simulator Daemon.
  828. /// Amount in bytes - if >= 2GB, returns 2GB. (LSL is not 64-bit aware)
  829. /// </summary>
  830. /// <returns></returns>
  831. public LSL_Integer osGetSimulatorMemory()
  832. {
  833. return m_OSSL_Functions.osGetSimulatorMemory();
  834. }
  835. public LSL_Integer osGetSimulatorMemoryKB()
  836. {
  837. return m_OSSL_Functions.osGetSimulatorMemoryKB();
  838. }
  839. public void osKickAvatar(string FirstName, string SurName, string alert)
  840. {
  841. m_OSSL_Functions.osKickAvatar(FirstName, SurName, alert);
  842. }
  843. public void osKickAvatar(LSL_Key agentId, string alert)
  844. {
  845. m_OSSL_Functions.osKickAvatar(agentId, alert);
  846. }
  847. public void osSetSpeed(string UUID, LSL_Float SpeedModifier)
  848. {
  849. m_OSSL_Functions.osSetSpeed(UUID, SpeedModifier);
  850. }
  851. public void osSetOwnerSpeed(LSL_Float SpeedModifier)
  852. {
  853. m_OSSL_Functions.osSetOwnerSpeed(SpeedModifier);
  854. }
  855. public LSL_Float osGetHealth(key avatar)
  856. {
  857. return m_OSSL_Functions.osGetHealth(avatar);
  858. }
  859. public void osCauseDamage(key avatar, LSL_Float damage)
  860. {
  861. m_OSSL_Functions.osCauseDamage(avatar, damage);
  862. }
  863. public void osCauseHealing(key avatar, LSL_Float healing)
  864. {
  865. m_OSSL_Functions.osCauseHealing(avatar, healing);
  866. }
  867. public void osSetHealth(key avatar, LSL_Float health)
  868. {
  869. m_OSSL_Functions.osSetHealth(avatar, health);
  870. }
  871. public void osSetHealRate(key avatar, LSL_Float health)
  872. {
  873. m_OSSL_Functions.osSetHealRate(avatar, health);
  874. }
  875. public LSL_Float osGetHealRate(key avatar)
  876. {
  877. return m_OSSL_Functions.osGetHealRate(avatar);
  878. }
  879. public void osForceOtherSit(string avatar)
  880. {
  881. m_OSSL_Functions.osForceOtherSit(avatar);
  882. }
  883. public void osForceOtherSit(string avatar, string target)
  884. {
  885. m_OSSL_Functions.osForceOtherSit(avatar, target);
  886. }
  887. public LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules)
  888. {
  889. return m_OSSL_Functions.osGetPrimitiveParams(prim, rules);
  890. }
  891. public void osSetPrimitiveParams(LSL_Key prim, LSL_List rules)
  892. {
  893. m_OSSL_Functions.osSetPrimitiveParams(prim, rules);
  894. }
  895. public void osSetProjectionParams(LSL_Integer projection, LSL_Key texture, double fov, double focus, double amb)
  896. {
  897. m_OSSL_Functions.osSetProjectionParams(projection, texture, fov, focus, amb);
  898. }
  899. public void osSetProjectionParams(LSL_Key prim, LSL_Integer projection, LSL_Key texture, double fov, double focus, double amb)
  900. {
  901. m_OSSL_Functions.osSetProjectionParams(prim, projection, texture, fov, focus, amb);
  902. }
  903. public void osSetProjectionParams(LSL_Integer linknumber, LSL_Integer projection, LSL_Key texture, LSL_Float fov, LSL_Float focus, LSL_Float amb)
  904. {
  905. m_OSSL_Functions.osSetProjectionParams(linknumber, projection, texture, fov, focus, amb);
  906. }
  907. public LSL_List osGetAvatarList()
  908. {
  909. return m_OSSL_Functions.osGetAvatarList();
  910. }
  911. public LSL_List osGetNPCList()
  912. {
  913. return m_OSSL_Functions.osGetNPCList();
  914. }
  915. public LSL_String osUnixTimeToTimestamp(LSL_Integer time)
  916. {
  917. return m_OSSL_Functions.osUnixTimeToTimestamp(time);
  918. }
  919. public LSL_Integer osInviteToGroup(LSL_Key agentId)
  920. {
  921. return m_OSSL_Functions.osInviteToGroup(agentId);
  922. }
  923. public LSL_Integer osEjectFromGroup(LSL_Key agentId)
  924. {
  925. return m_OSSL_Functions.osEjectFromGroup(agentId);
  926. }
  927. public void osSetTerrainTexture(int level, LSL_Key texture)
  928. {
  929. m_OSSL_Functions.osSetTerrainTexture(level, texture);
  930. }
  931. public void osSetTerrainTextureHeight(int corner, double low, double high)
  932. {
  933. m_OSSL_Functions.osSetTerrainTextureHeight(corner, low, high);
  934. }
  935. public LSL_Integer osIsUUID(string thing)
  936. {
  937. return m_OSSL_Functions.osIsUUID(thing);
  938. }
  939. public LSL_Float osMin(double a, double b)
  940. {
  941. return m_OSSL_Functions.osMin(a, b);
  942. }
  943. public LSL_Float osMax(double a, double b)
  944. {
  945. return m_OSSL_Functions.osMax(a, b);
  946. }
  947. public LSL_Key osGetRezzingObject()
  948. {
  949. return m_OSSL_Functions.osGetRezzingObject();
  950. }
  951. public void osSetContentType(LSL_Key id, string type)
  952. {
  953. m_OSSL_Functions.osSetContentType(id,type);
  954. }
  955. public void osDropAttachment()
  956. {
  957. m_OSSL_Functions.osDropAttachment();
  958. }
  959. public void osForceDropAttachment()
  960. {
  961. m_OSSL_Functions.osForceDropAttachment();
  962. }
  963. public void osDropAttachmentAt(vector pos, rotation rot)
  964. {
  965. m_OSSL_Functions.osDropAttachmentAt(pos, rot);
  966. }
  967. public void osForceDropAttachmentAt(vector pos, rotation rot)
  968. {
  969. m_OSSL_Functions.osForceDropAttachmentAt(pos, rot);
  970. }
  971. public LSL_Integer osListenRegex(int channelID, string name, string ID, string msg, int regexBitfield)
  972. {
  973. return m_OSSL_Functions.osListenRegex(channelID, name, ID, msg, regexBitfield);
  974. }
  975. public LSL_Integer osRegexIsMatch(string input, string pattern)
  976. {
  977. return m_OSSL_Functions.osRegexIsMatch(input, pattern);
  978. }
  979. public LSL_String osRequestURL(LSL_List options)
  980. {
  981. return m_OSSL_Functions.osRequestURL(options);
  982. }
  983. public LSL_String osRequestSecureURL(LSL_List options)
  984. {
  985. return m_OSSL_Functions.osRequestSecureURL(options);
  986. }
  987. public void osCollisionSound(string impact_sound, double impact_volume)
  988. {
  989. m_OSSL_Functions.osCollisionSound(impact_sound, impact_volume);
  990. }
  991. public void osVolumeDetect(int detect)
  992. {
  993. m_OSSL_Functions.osVolumeDetect(detect);
  994. }
  995. public LSL_List osGetInertiaData()
  996. {
  997. return m_OSSL_Functions.osGetInertiaData();
  998. }
  999. public void osSetInertia(LSL_Float mass, vector centerOfMass, vector principalInertiaScaled, rotation rot)
  1000. {
  1001. m_OSSL_Functions.osSetInertia(mass, centerOfMass, principalInertiaScaled, rot);
  1002. }
  1003. public void osSetInertiaAsBox(LSL_Float mass, vector boxSize, vector centerOfMass, rotation rot)
  1004. {
  1005. m_OSSL_Functions.osSetInertiaAsBox(mass, boxSize, centerOfMass, rot);
  1006. }
  1007. public void osSetInertiaAsSphere(LSL_Float mass, LSL_Float radius, vector centerOfMass)
  1008. {
  1009. m_OSSL_Functions.osSetInertiaAsSphere(mass, radius, centerOfMass);
  1010. }
  1011. public void osSetInertiaAsCylinder(LSL_Float mass, LSL_Float radius, LSL_Float lenght, vector centerOfMass,rotation lslrot)
  1012. {
  1013. m_OSSL_Functions.osSetInertiaAsCylinder( mass, radius, lenght, centerOfMass, lslrot);
  1014. }
  1015. public void osClearInertia()
  1016. {
  1017. m_OSSL_Functions.osClearInertia();
  1018. }
  1019. public LSL_Integer osTeleportObject(LSL_Key objectUUID, vector targetPos, rotation targetrotation, LSL_Integer flags)
  1020. {
  1021. return m_OSSL_Functions.osTeleportObject(objectUUID, targetPos, targetrotation, flags);
  1022. }
  1023. public LSL_Integer osGetLinkNumber(LSL_String name)
  1024. {
  1025. return m_OSSL_Functions.osGetLinkNumber(name);
  1026. }
  1027. public LSL_Float osRound(LSL_Float value, LSL_Integer digits)
  1028. {
  1029. return m_OSSL_Functions.osRound(value, digits);
  1030. }
  1031. public LSL_Float osVecMagSquare(vector a)
  1032. {
  1033. return m_OSSL_Functions.osVecMagSquare(a);
  1034. }
  1035. public LSL_Float osVecDistSquare(vector a, vector b)
  1036. {
  1037. return m_OSSL_Functions.osVecDistSquare(a, b);
  1038. }
  1039. public LSL_Float osAngleBetween(vector a, vector b)
  1040. {
  1041. return m_OSSL_Functions.osAngleBetween(a, b);
  1042. }
  1043. public void osAdjustSoundVolume(LSL_Integer linknum, LSL_Float volume)
  1044. {
  1045. m_OSSL_Functions.osAdjustSoundVolume(linknum, volume);
  1046. }
  1047. public void osSetSoundRadius(LSL_Integer linknum, LSL_Float radius)
  1048. {
  1049. m_OSSL_Functions.osSetSoundRadius(linknum, radius);
  1050. }
  1051. public void osPlaySound(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
  1052. {
  1053. m_OSSL_Functions.osPlaySound(linknum, sound, volume);
  1054. }
  1055. public void osLoopSound(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
  1056. {
  1057. m_OSSL_Functions.osLoopSound(linknum, sound, volume);
  1058. }
  1059. public void osLoopSoundMaster(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
  1060. {
  1061. m_OSSL_Functions.osLoopSoundMaster(linknum, sound, volume);
  1062. }
  1063. public void osLoopSoundSlave(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
  1064. {
  1065. m_OSSL_Functions.osLoopSoundSlave(linknum, sound, volume);
  1066. }
  1067. public void osPlaySoundSlave(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
  1068. {
  1069. m_OSSL_Functions.osPlaySoundSlave(linknum, sound, volume);
  1070. }
  1071. public void osTriggerSound(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
  1072. {
  1073. m_OSSL_Functions.osTriggerSound(linknum, sound, volume);
  1074. }
  1075. public void osTriggerSoundLimited(LSL_Integer linknum, LSL_String sound, LSL_Float volume,
  1076. vector top_north_east, vector bottom_south_west)
  1077. {
  1078. m_OSSL_Functions.osTriggerSoundLimited(linknum, sound, volume,
  1079. top_north_east, bottom_south_west);
  1080. }
  1081. public void osStopSound(LSL_Integer linknum)
  1082. {
  1083. m_OSSL_Functions.osStopSound(linknum);
  1084. }
  1085. public void osPreloadSound(LSL_Integer linknum, LSL_String sound)
  1086. {
  1087. m_OSSL_Functions.osPreloadSound(linknum, sound);
  1088. }
  1089. public LSL_String osDetectedCountry(LSL_Integer number)
  1090. {
  1091. return m_OSSL_Functions.osDetectedCountry(number);
  1092. }
  1093. public LSL_String osGetAgentCountry(LSL_Key agentId)
  1094. {
  1095. return m_OSSL_Functions.osGetAgentCountry(agentId);
  1096. }
  1097. public LSL_String osStringSubString(LSL_String src, LSL_Integer offset)
  1098. {
  1099. return m_OSSL_Functions.osStringSubString(src, offset);
  1100. }
  1101. public LSL_String osStringSubString(LSL_String src, LSL_Integer offset, LSL_Integer length)
  1102. {
  1103. return m_OSSL_Functions.osStringSubString(src, offset, length);
  1104. }
  1105. public LSL_Integer osStringStartsWith(LSL_String src, LSL_String value, LSL_Integer ignorecase)
  1106. {
  1107. return m_OSSL_Functions.osStringStartsWith(src, value, ignorecase);
  1108. }
  1109. public LSL_Integer osStringEndsWith(LSL_String src, LSL_String value, LSL_Integer ignorecase)
  1110. {
  1111. return m_OSSL_Functions.osStringEndsWith(src, value, ignorecase);
  1112. }
  1113. public LSL_Integer osStringIndexOf(LSL_String src, LSL_String value, LSL_Integer ignorecase)
  1114. {
  1115. return m_OSSL_Functions.osStringIndexOf(src, value, ignorecase);
  1116. }
  1117. public LSL_Integer osStringIndexOf(LSL_String src, LSL_String value, LSL_Integer offset, LSL_Integer count, LSL_Integer ignorecase)
  1118. {
  1119. return m_OSSL_Functions.osStringIndexOf(src, value, offset, count, ignorecase);
  1120. }
  1121. public LSL_Integer osStringLastIndexOf(LSL_String src, LSL_String value, LSL_Integer ignorecase)
  1122. {
  1123. return m_OSSL_Functions.osStringLastIndexOf(src, value, ignorecase);
  1124. }
  1125. public LSL_Integer osStringLastIndexOf(LSL_String src, LSL_String value, LSL_Integer offset, LSL_Integer count, LSL_Integer ignorecase)
  1126. {
  1127. return m_OSSL_Functions.osStringLastIndexOf(src, value, offset, count, ignorecase);
  1128. }
  1129. public LSL_String osStringRemove(LSL_String src, LSL_Integer offset, LSL_Integer count)
  1130. {
  1131. return m_OSSL_Functions.osStringRemove(src, offset, count);
  1132. }
  1133. public LSL_String osStringReplace(LSL_String src, LSL_String oldvalue, LSL_String newvalue)
  1134. {
  1135. return m_OSSL_Functions.osStringReplace(src, oldvalue, newvalue);
  1136. }
  1137. public LSL_Integer osApproxEquals(LSL_Float a, LSL_Float b)
  1138. {
  1139. return m_OSSL_Functions.osApproxEquals(a, b);
  1140. }
  1141. public LSL_Integer osApproxEquals(LSL_Float a, LSL_Float b, LSL_Float margin)
  1142. {
  1143. return m_OSSL_Functions.osApproxEquals(a, b, margin);
  1144. }
  1145. public LSL_Integer osApproxEquals(vector va, vector vb)
  1146. {
  1147. return m_OSSL_Functions.osApproxEquals(va, vb);
  1148. }
  1149. public LSL_Integer osApproxEquals(vector va, vector vb, LSL_Float margin)
  1150. {
  1151. return m_OSSL_Functions.osApproxEquals(va, vb, margin);
  1152. }
  1153. public LSL_Integer osApproxEquals(rotation ra, rotation rb)
  1154. {
  1155. return m_OSSL_Functions.osApproxEquals(ra, rb);
  1156. }
  1157. public LSL_Integer osApproxEquals(rotation ra, rotation rb, LSL_Float margin)
  1158. {
  1159. return m_OSSL_Functions.osApproxEquals(ra, rb, margin);
  1160. }
  1161. public LSL_Key osGetInventoryLastOwner(LSL_String itemNameOrId)
  1162. {
  1163. return m_OSSL_Functions.osGetInventoryLastOwner(itemNameOrId);
  1164. }
  1165. public LSL_Key osGetInventoryItemKey(LSL_String name)
  1166. {
  1167. return m_OSSL_Functions.osGetInventoryItemKey(name);
  1168. }
  1169. public LSL_String osGetInventoryName(LSL_Key itemId)
  1170. {
  1171. return m_OSSL_Functions.osGetInventoryName(itemId);
  1172. }
  1173. public LSL_String osGetInventoryDesc(LSL_String itemNameOrId)
  1174. {
  1175. return m_OSSL_Functions.osGetInventoryDesc(itemNameOrId);
  1176. }
  1177. public LSL_Key osGetLastChangedEventKey()
  1178. {
  1179. return m_OSSL_Functions.osGetLastChangedEventKey();
  1180. }
  1181. public LSL_Float osGetPSTWallclock()
  1182. {
  1183. return m_OSSL_Functions.osGetPSTWallclock();
  1184. }
  1185. public rotation osSlerp(rotation a, rotation b, LSL_Float amount)
  1186. {
  1187. return m_OSSL_Functions.osSlerp(a, b, amount);
  1188. }
  1189. public vector osSlerp(vector a, vector b, LSL_Float amount)
  1190. {
  1191. return m_OSSL_Functions.osSlerp(a, b, amount);
  1192. }
  1193. public void osResetAllScripts(LSL_Integer allLinkSet)
  1194. {
  1195. m_OSSL_Functions.osResetAllScripts(allLinkSet);
  1196. }
  1197. public LSL_Integer osIsNotValidNumber(LSL_Float v)
  1198. {
  1199. return m_OSSL_Functions.osIsNotValidNumber(v);
  1200. }
  1201. public void osSetSitActiveRange(LSL_Float v)
  1202. {
  1203. m_OSSL_Functions.osSetSitActiveRange(v);
  1204. }
  1205. public void osSetLinkSitActiveRange(LSL_Integer linkNumber, LSL_Float v)
  1206. {
  1207. m_OSSL_Functions.osSetLinkSitActiveRange(linkNumber, v);
  1208. }
  1209. public LSL_Float osGetSitActiveRange()
  1210. {
  1211. return m_OSSL_Functions.osGetSitActiveRange();
  1212. }
  1213. public LSL_Float osGetLinkSitActiveRange(LSL_Integer linkNumber)
  1214. {
  1215. return m_OSSL_Functions.osGetLinkSitActiveRange(linkNumber);
  1216. }
  1217. public void osSetStandTarget(vector v)
  1218. {
  1219. m_OSSL_Functions.osSetStandTarget(v);
  1220. }
  1221. public void osSetLinkStandTarget(LSL_Integer linkNumber, vector v)
  1222. {
  1223. m_OSSL_Functions.osSetLinkStandTarget(linkNumber, v);
  1224. }
  1225. public vector osGetStandTarget()
  1226. {
  1227. return m_OSSL_Functions.osGetStandTarget();
  1228. }
  1229. public vector osGetLinkStandTarget(LSL_Integer linkNumber)
  1230. {
  1231. return m_OSSL_Functions.osGetLinkStandTarget(linkNumber);
  1232. }
  1233. public LSL_Integer osClearObjectAnimations()
  1234. {
  1235. return m_OSSL_Functions.osClearObjectAnimations();
  1236. }
  1237. public LSL_Float osGetApparentTime()
  1238. {
  1239. return m_OSSL_Functions.osGetApparentTime();
  1240. }
  1241. public LSL_String osGetApparentTimeString(LSL_Integer format24)
  1242. {
  1243. return m_OSSL_Functions.osGetApparentTimeString(format24);
  1244. }
  1245. public LSL_Float osGetApparentRegionTime()
  1246. {
  1247. return m_OSSL_Functions.osGetApparentRegionTime();
  1248. }
  1249. public LSL_String osGetApparentRegionTimeString(LSL_Integer format24)
  1250. {
  1251. return m_OSSL_Functions.osGetApparentRegionTimeString(format24);
  1252. }
  1253. public LSL_Integer osReplaceAgentEnvironment(LSL_Key agentkey, LSL_Integer transition, LSL_String daycycle)
  1254. {
  1255. return m_OSSL_Functions.osReplaceAgentEnvironment(agentkey, transition, daycycle);
  1256. }
  1257. public LSL_Integer osReplaceParcelEnvironment(LSL_Integer transition, LSL_String daycycle)
  1258. {
  1259. return m_OSSL_Functions.osReplaceParcelEnvironment(transition, daycycle);
  1260. }
  1261. public LSL_Integer osReplaceRegionEnvironment(LSL_Integer transition, LSL_String daycycle,
  1262. LSL_Float daylen, LSL_Float dayoffset, LSL_Float altitude1, LSL_Float altitude2, LSL_Float altitude3)
  1263. {
  1264. return m_OSSL_Functions.osReplaceRegionEnvironment(transition, daycycle, daylen,
  1265. dayoffset, altitude1, altitude2, altitude3);
  1266. }
  1267. public LSL_Integer osResetEnvironment(LSL_Integer parcelOrRegion, LSL_Integer transition)
  1268. {
  1269. return m_OSSL_Functions.osResetEnvironment(parcelOrRegion, transition);
  1270. }
  1271. public void osParticleSystem(LSL_List rules)
  1272. {
  1273. m_OSSL_Functions.osParticleSystem(rules);
  1274. }
  1275. public void osLinkParticleSystem(LSL_Integer linknumber, LSL_List rules)
  1276. {
  1277. m_OSSL_Functions.osLinkParticleSystem(linknumber, rules);
  1278. }
  1279. public LSL_Integer osNpcLookAt(LSL_Key npckey, LSL_Integer type, LSL_Key objkey, vector offset)
  1280. {
  1281. return m_OSSL_Functions.osNpcLookAt(npckey, type, objkey, offset);
  1282. }
  1283. }
  1284. }