123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527 |
- /*
- * Copyright (c) Contributors, http://opensimulator.org/
- * See CONTRIBUTORS.TXT for a full list of copyright holders.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * * Neither the name of the OpenSimulator Project nor the
- * names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- using System;
- using System.Runtime.Remoting.Lifetime;
- using System.Threading;
- using System.Reflection;
- using System.Collections;
- using System.Collections.Generic;
- using OpenSim.Framework;
- using OpenSim.Region.Framework.Interfaces;
- using OpenSim.Region.ScriptEngine.Interfaces;
- using OpenSim.Region.ScriptEngine.Shared.Api.Interfaces;
- using integer = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger;
- using vector = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Vector3;
- using rotation = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Quaternion;
- using key = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
- using LSL_List = OpenSim.Region.ScriptEngine.Shared.LSL_Types.list;
- using LSL_String = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
- using LSL_Key = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
- using LSL_Float = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLFloat;
- using LSL_Integer = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger;
- namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
- {
- public partial class ScriptBaseClass : MarshalByRefObject
- {
- public IOSSL_Api m_OSSL_Functions;
- public void ApiTypeOSSL(IScriptApi api)
- {
- if (!(api is IOSSL_Api))
- return;
- m_OSSL_Functions = (IOSSL_Api)api;
- Prim = new OSSLPrim(this);
- }
- public void osSetRegionWaterHeight(double height)
- {
- m_OSSL_Functions.osSetRegionWaterHeight(height);
- }
- public void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour)
- {
- m_OSSL_Functions.osSetRegionSunSettings(useEstateSun, sunFixed, sunHour);
- }
- public void osSetEstateSunSettings(bool sunFixed, double sunHour)
- {
- m_OSSL_Functions.osSetEstateSunSettings(sunFixed, sunHour);
- }
- public LSL_Float osGetCurrentSunHour()
- {
- return m_OSSL_Functions.osGetCurrentSunHour();
- }
- public LSL_Float osGetSunParam(LSL_String param)
- {
- return m_OSSL_Functions.osGetSunParam(param);
- }
- // Deprecated
- public double osSunGetParam(string param)
- {
- return m_OSSL_Functions.osSunGetParam(param);
- }
- public void osSetSunParam(string param, double value)
- {
- m_OSSL_Functions.osSetSunParam(param, value);
- }
- // Deprecated
- public void osSunSetParam(string param, double value)
- {
- m_OSSL_Functions.osSunSetParam(param, value);
- }
- public string osWindActiveModelPluginName()
- {
- return m_OSSL_Functions.osWindActiveModelPluginName();
- }
- public void osSetWindParam(string plugin, string param, LSL_Float value)
- {
- m_OSSL_Functions.osSetWindParam(plugin, param, value);
- }
- public LSL_Float osGetWindParam(string plugin, string param)
- {
- return m_OSSL_Functions.osGetWindParam(plugin, param);
- }
- public LSL_Integer osGetParcelDwell(vector pos)
- {
- return m_OSSL_Functions.osGetParcelDwell(pos);
- }
- public void osParcelJoin(vector pos1, vector pos2)
- {
- m_OSSL_Functions.osParcelJoin(pos1,pos2);
- }
- public void osParcelSubdivide(vector pos1, vector pos2)
- {
- m_OSSL_Functions.osParcelSubdivide(pos1, pos2);
- }
- public void osSetParcelDetails(vector pos, LSL_List rules)
- {
- m_OSSL_Functions.osSetParcelDetails(pos, rules);
- }
- // Deprecated
- public void osParcelSetDetails(vector pos, LSL_List rules)
- {
- m_OSSL_Functions.osParcelSetDetails(pos,rules);
- }
- public string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams,
- int timer)
- {
- return m_OSSL_Functions.osSetDynamicTextureURL(dynamicID, contentType, url, extraParams, timer);
- }
- public string osSetDynamicTextureData(string dynamicID, string contentType, string data, string extraParams,
- int timer)
- {
- return m_OSSL_Functions.osSetDynamicTextureData(dynamicID, contentType, data, extraParams, timer);
- }
- public string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams,
- int timer, int face)
- {
- return m_OSSL_Functions.osSetDynamicTextureDataFace(dynamicID, contentType, data, extraParams, timer, face);
- }
- public string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams,
- int timer, int alpha)
- {
- return m_OSSL_Functions.osSetDynamicTextureURLBlend(dynamicID, contentType, url, extraParams, timer, alpha);
- }
- public string osSetDynamicTextureDataBlend(string dynamicID, string contentType, string data, string extraParams,
- int timer, int alpha)
- {
- return m_OSSL_Functions.osSetDynamicTextureDataBlend(dynamicID, contentType, data, extraParams, timer, alpha);
- }
- public string osSetDynamicTextureURLBlendFace(string dynamicID, string contentType, string url, string extraParams,
- bool blend, int disp, int timer, int alpha, int face)
- {
- return m_OSSL_Functions.osSetDynamicTextureURLBlendFace(dynamicID, contentType, url, extraParams,
- blend, disp, timer, alpha, face);
- }
- public string osSetDynamicTextureDataBlendFace(string dynamicID, string contentType, string data, string extraParams,
- bool blend, int disp, int timer, int alpha, int face)
- {
- return m_OSSL_Functions.osSetDynamicTextureDataBlendFace(dynamicID, contentType, data, extraParams,
- blend, disp, timer, alpha, face);
- }
- public LSL_Float osGetTerrainHeight(int x, int y)
- {
- return m_OSSL_Functions.osGetTerrainHeight(x, y);
- }
- // Deprecated
- public LSL_Float osTerrainGetHeight(int x, int y)
- {
- return m_OSSL_Functions.osTerrainGetHeight(x, y);
- }
- public LSL_Integer osSetTerrainHeight(int x, int y, double val)
- {
- return m_OSSL_Functions.osSetTerrainHeight(x, y, val);
- }
- // Deprecated
- public LSL_Integer osTerrainSetHeight(int x, int y, double val)
- {
- return m_OSSL_Functions.osTerrainSetHeight(x, y, val);
- }
- public void osTerrainFlush()
- {
- m_OSSL_Functions.osTerrainFlush();
- }
- public int osRegionRestart(double seconds)
- {
- return m_OSSL_Functions.osRegionRestart(seconds);
- }
- public int osRegionRestart(double seconds, string msg)
- {
- return m_OSSL_Functions.osRegionRestart(seconds, msg);
- }
- public void osRegionNotice(string msg)
- {
- m_OSSL_Functions.osRegionNotice(msg);
- }
- public void osRegionNotice(LSL_Key agentID, string msg)
- {
- m_OSSL_Functions.osRegionNotice(agentID, msg);
- }
- public bool osConsoleCommand(string Command)
- {
- return m_OSSL_Functions.osConsoleCommand(Command);
- }
- public void osSetParcelMusicURL(LSL_String url)
- {
- m_OSSL_Functions.osSetParcelMusicURL(url);
- }
- public void osSetParcelMediaURL(LSL_String url)
- {
- m_OSSL_Functions.osSetParcelMediaURL(url);
- }
- public void osSetParcelSIPAddress(string SIPAddress)
- {
- m_OSSL_Functions.osSetParcelSIPAddress(SIPAddress);
- }
- public void osSetPrimFloatOnWater(int floatYN)
- {
- m_OSSL_Functions.osSetPrimFloatOnWater(floatYN);
- }
- // Teleport Functions
- public void osLocalTeleportAgent(LSL_Key agent, vector position, vector velocity, vector lookat, LSL_Integer flags)
- {
- m_OSSL_Functions.osLocalTeleportAgent(agent, position, velocity, lookat, flags);
- }
- public void osTeleportAgent(string agent, string regionName, vector position, vector lookat)
- {
- m_OSSL_Functions.osTeleportAgent(agent, regionName, position, lookat);
- }
- public void osTeleportAgent(string agent, int regionX, int regionY, vector position, vector lookat)
- {
- m_OSSL_Functions.osTeleportAgent(agent, regionX, regionY, position, lookat);
- }
- public void osTeleportAgent(string agent, vector position, vector lookat)
- {
- m_OSSL_Functions.osTeleportAgent(agent, position, lookat);
- }
- public void osTeleportOwner(string regionName, vector position, vector lookat)
- {
- m_OSSL_Functions.osTeleportOwner(regionName, position, lookat);
- }
- public void osTeleportOwner(int regionX, int regionY, vector position, vector lookat)
- {
- m_OSSL_Functions.osTeleportOwner(regionX, regionY, position, lookat);
- }
- public void osTeleportOwner(vector position, vector lookat)
- {
- m_OSSL_Functions.osTeleportOwner(position, lookat);
- }
- public LSL_List osGetAgents()
- {
- return m_OSSL_Functions.osGetAgents();
- }
- public string osGetAgentIP(string agent)
- {
- return m_OSSL_Functions.osGetAgentIP(agent);
- }
- // Animation Functions
- public void osAvatarPlayAnimation(LSL_Key avatar, string animation)
- {
- m_OSSL_Functions.osAvatarPlayAnimation(avatar, animation);
- }
- public void osAvatarStopAnimation(LSL_Key avatar, string animation)
- {
- m_OSSL_Functions.osAvatarStopAnimation(avatar, animation);
- }
- #region Attachment commands
- public void osForceAttachToAvatar(int attachmentPoint)
- {
- m_OSSL_Functions.osForceAttachToAvatar(attachmentPoint);
- }
- public void osForceAttachToAvatarFromInventory(string itemName, int attachmentPoint)
- {
- m_OSSL_Functions.osForceAttachToAvatarFromInventory(itemName, attachmentPoint);
- }
- public void osForceAttachToOtherAvatarFromInventory(string rawAvatarId, string itemName, int attachmentPoint)
- {
- m_OSSL_Functions.osForceAttachToOtherAvatarFromInventory(rawAvatarId, itemName, attachmentPoint);
- }
- public void osForceDetachFromAvatar()
- {
- m_OSSL_Functions.osForceDetachFromAvatar();
- }
- public LSL_List osGetNumberOfAttachments(LSL_Key avatar, LSL_List attachmentPoints)
- {
- return m_OSSL_Functions.osGetNumberOfAttachments(avatar, attachmentPoints);
- }
- public void osMessageAttachments(LSL_Key avatar, string message, LSL_List attachmentPoints, int flags)
- {
- m_OSSL_Functions.osMessageAttachments(avatar, message, attachmentPoints, flags);
- }
- #endregion
- // Texture Draw functions
- public string osMovePen(string drawList, int x, int y)
- {
- return m_OSSL_Functions.osMovePen(drawList, x, y);
- }
- public string osDrawLine(string drawList, int startX, int startY, int endX, int endY)
- {
- return m_OSSL_Functions.osDrawLine(drawList, startX, startY, endX, endY);
- }
- public string osDrawLine(string drawList, int endX, int endY)
- {
- return m_OSSL_Functions.osDrawLine(drawList, endX, endY);
- }
- public string osDrawText(string drawList, string text)
- {
- return m_OSSL_Functions.osDrawText(drawList, text);
- }
- public string osDrawEllipse(string drawList, int width, int height)
- {
- return m_OSSL_Functions.osDrawEllipse(drawList, width, height);
- }
- public string osDrawFilledEllipse(string drawList, int width, int height)
- {
- return m_OSSL_Functions.osDrawFilledEllipse(drawList, width, height);
- }
- public string osDrawRectangle(string drawList, int width, int height)
- {
- return m_OSSL_Functions.osDrawRectangle(drawList, width, height);
- }
- public string osDrawFilledRectangle(string drawList, int width, int height)
- {
- return m_OSSL_Functions.osDrawFilledRectangle(drawList, width, height);
- }
- public string osDrawPolygon(string drawList, LSL_List x, LSL_List y)
- {
- return m_OSSL_Functions.osDrawPolygon(drawList, x, y);
- }
- public string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y)
- {
- return m_OSSL_Functions.osDrawFilledPolygon(drawList, x, y);
- }
- public string osDrawResetTransform(string drawList)
- {
- return m_OSSL_Functions.osDrawResetTransform(drawList);
- }
- public string osDrawRotationTransform(string drawList, LSL_Float x)
- {
- return m_OSSL_Functions.osDrawRotationTransform(drawList, x);
- }
- public string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
- {
- return m_OSSL_Functions.osDrawScaleTransform(drawList, x, y);
- }
- public string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
- {
- return m_OSSL_Functions.osDrawTranslationTransform(drawList, x, y);
- }
- public string osSetFontSize(string drawList, int fontSize)
- {
- return m_OSSL_Functions.osSetFontSize(drawList, fontSize);
- }
- public string osSetFontName(string drawList, string fontName)
- {
- return m_OSSL_Functions.osSetFontName(drawList, fontName);
- }
- public string osSetPenSize(string drawList, int penSize)
- {
- return m_OSSL_Functions.osSetPenSize(drawList, penSize);
- }
- public string osSetPenCap(string drawList, string direction, string type)
- {
- return m_OSSL_Functions.osSetPenCap(drawList, direction, type);
- }
- public string osSetPenColor(string drawList, string color)
- {
- return m_OSSL_Functions.osSetPenColor(drawList, color);
- }
- // Deprecated
- public string osSetPenColour(string drawList, string colour)
- {
- return m_OSSL_Functions.osSetPenColour(drawList, colour);
- }
- public string osDrawImage(string drawList, int width, int height, string imageUrl)
- {
- return m_OSSL_Functions.osDrawImage(drawList, width, height, imageUrl);
- }
- public vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize)
- {
- return m_OSSL_Functions.osGetDrawStringSize(contentType, text, fontName, fontSize);
- }
- public string osGetScriptEngineName()
- {
- return m_OSSL_Functions.osGetScriptEngineName();
- }
- public LSL_Integer osCheckODE()
- {
- return m_OSSL_Functions.osCheckODE();
- }
- public string osGetPhysicsEngineType()
- {
- return m_OSSL_Functions.osGetPhysicsEngineType();
- }
- public string osGetPhysicsEngineName()
- {
- return m_OSSL_Functions.osGetPhysicsEngineName();
- }
- public string osGetSimulatorVersion()
- {
- return m_OSSL_Functions.osGetSimulatorVersion();
- }
- public void osMessageObject(key objectUUID,string message)
- {
- m_OSSL_Functions.osMessageObject(objectUUID,message);
- }
- public void osMakeNotecard(string notecardName, LSL_Types.list contents)
- {
- m_OSSL_Functions.osMakeNotecard(notecardName, contents);
- }
- public string osGetNotecardLine(string name, int line)
- {
- return m_OSSL_Functions.osGetNotecardLine(name, line);
- }
- public string osGetNotecard(string name)
- {
- return m_OSSL_Functions.osGetNotecard(name);
- }
- public int osGetNumberOfNotecardLines(string name)
- {
- return m_OSSL_Functions.osGetNumberOfNotecardLines(name);
- }
- public string osAvatarName2Key(string firstname, string lastname)
- {
- return m_OSSL_Functions.osAvatarName2Key(firstname, lastname);
- }
- public string osKey2Name(string id)
- {
- return m_OSSL_Functions.osKey2Name(id);
- }
- public string osGetGridNick()
- {
- return m_OSSL_Functions.osGetGridNick();
- }
- public string osGetGridName()
- {
- return m_OSSL_Functions.osGetGridName();
- }
- public string osGetGridLoginURI()
- {
- return m_OSSL_Functions.osGetGridLoginURI();
- }
- public string osGetGridHomeURI()
- {
- return m_OSSL_Functions.osGetGridHomeURI();
- }
- public string osGetGridGatekeeperURI()
- {
- return m_OSSL_Functions.osGetGridGatekeeperURI();
- }
- public string osGetGridCustom(string key)
- {
- return m_OSSL_Functions.osGetGridCustom(key);
- }
- public string osGetAvatarHomeURI(string uuid)
- {
- return m_OSSL_Functions.osGetAvatarHomeURI(uuid);
- }
- public LSL_String osFormatString(string str, LSL_List strings)
- {
- return m_OSSL_Functions.osFormatString(str, strings);
- }
- public LSL_List osMatchString(string src, string pattern, int start)
- {
- return m_OSSL_Functions.osMatchString(src, pattern, start);
- }
- public LSL_String osReplaceString(string src, string pattern, string replace, int count, int start)
- {
- return m_OSSL_Functions.osReplaceString(src,pattern,replace,count,start);
- }
- // Information about data loaded into the region
- public string osLoadedCreationDate()
- {
- return m_OSSL_Functions.osLoadedCreationDate();
- }
- public string osLoadedCreationTime()
- {
- return m_OSSL_Functions.osLoadedCreationTime();
- }
- public string osLoadedCreationID()
- {
- return m_OSSL_Functions.osLoadedCreationID();
- }
- public LSL_List osGetLinkPrimitiveParams(int linknumber, LSL_List rules)
- {
- return m_OSSL_Functions.osGetLinkPrimitiveParams(linknumber, rules);
- }
- public void osForceCreateLink(string target, int parent)
- {
- m_OSSL_Functions.osForceCreateLink(target, parent);
- }
- public void osForceBreakLink(int linknum)
- {
- m_OSSL_Functions.osForceBreakLink(linknum);
- }
- public void osForceBreakAllLinks()
- {
- m_OSSL_Functions.osForceBreakAllLinks();
- }
- public void osDie(LSL_Key objectUUID)
- {
- m_OSSL_Functions.osDie(objectUUID);
- }
- public LSL_Integer osIsNpc(LSL_Key npc)
- {
- return m_OSSL_Functions.osIsNpc(npc);
- }
- public key osNpcCreate(string user, string name, vector position, key cloneFrom)
- {
- return m_OSSL_Functions.osNpcCreate(user, name, position, cloneFrom);
- }
- public key osNpcCreate(string user, string name, vector position, key cloneFrom, int options)
- {
- return m_OSSL_Functions.osNpcCreate(user, name, position, cloneFrom, options);
- }
- public key osNpcSaveAppearance(key npc, LSL_String notecard)
- {
- return m_OSSL_Functions.osNpcSaveAppearance(npc, notecard);
- }
- public key osNpcSaveAppearance(key npc, LSL_String notecard, LSL_Integer includeHuds)
- {
- return m_OSSL_Functions.osNpcSaveAppearance(npc, notecard, includeHuds);
- }
- public void osNpcLoadAppearance(key npc, string notecard)
- {
- m_OSSL_Functions.osNpcLoadAppearance(npc, notecard);
- }
- public LSL_Key osNpcGetOwner(LSL_Key npc)
- {
- return m_OSSL_Functions.osNpcGetOwner(npc);
- }
- public vector osNpcGetPos(LSL_Key npc)
- {
- return m_OSSL_Functions.osNpcGetPos(npc);
- }
- public void osNpcMoveTo(key npc, vector position)
- {
- m_OSSL_Functions.osNpcMoveTo(npc, position);
- }
- public void osNpcMoveToTarget(key npc, vector target, int options)
- {
- m_OSSL_Functions.osNpcMoveToTarget(npc, target, options);
- }
- public rotation osNpcGetRot(key npc)
- {
- return m_OSSL_Functions.osNpcGetRot(npc);
- }
- public void osNpcSetRot(key npc, rotation rot)
- {
- m_OSSL_Functions.osNpcSetRot(npc, rot);
- }
- public void osNpcStopMoveToTarget(LSL_Key npc)
- {
- m_OSSL_Functions.osNpcStopMoveToTarget(npc);
- }
- public void osNpcSetProfileAbout(LSL_Key npc, string about)
- {
- m_OSSL_Functions.osNpcSetProfileAbout(npc, about);
- }
- public void osNpcSetProfileImage(LSL_Key npc, string image)
- {
- m_OSSL_Functions.osNpcSetProfileImage(npc, image);
- }
- public void osNpcSay(key npc, string message)
- {
- m_OSSL_Functions.osNpcSay(npc, message);
- }
- public void osNpcSay(key npc, int channel, string message)
- {
- m_OSSL_Functions.osNpcSay(npc, channel, message);
- }
- public void osNpcSayTo(LSL_Key npc, LSL_Key target, int channel, string msg)
- {
- m_OSSL_Functions.osNpcSayTo(npc, target, channel, msg);
- }
- public void osNpcShout(key npc, int channel, string message)
- {
- m_OSSL_Functions.osNpcShout(npc, channel, message);
- }
- public void osNpcSit(LSL_Key npc, LSL_Key target, int options)
- {
- m_OSSL_Functions.osNpcSit(npc, target, options);
- }
- public void osNpcStand(LSL_Key npc)
- {
- m_OSSL_Functions.osNpcStand(npc);
- }
- public void osNpcRemove(key npc)
- {
- m_OSSL_Functions.osNpcRemove(npc);
- }
- public void osNpcPlayAnimation(LSL_Key npc, string animation)
- {
- m_OSSL_Functions.osNpcPlayAnimation(npc, animation);
- }
- public void osNpcStopAnimation(LSL_Key npc, string animation)
- {
- m_OSSL_Functions.osNpcStopAnimation(npc, animation);
- }
- public void osNpcWhisper(key npc, int channel, string message)
- {
- m_OSSL_Functions.osNpcWhisper(npc, channel, message);
- }
- public void osNpcTouch(LSL_Key npcLSL_Key, LSL_Key object_key, LSL_Integer link_num)
- {
- m_OSSL_Functions.osNpcTouch(npcLSL_Key, object_key, link_num);
- }
- public LSL_Key osOwnerSaveAppearance(LSL_String notecard)
- {
- return m_OSSL_Functions.osOwnerSaveAppearance(notecard);
- }
- public LSL_Key osOwnerSaveAppearance(LSL_String notecard, LSL_Integer includeHuds)
- {
- return m_OSSL_Functions.osOwnerSaveAppearance(notecard, includeHuds);
- }
- public LSL_Key osAgentSaveAppearance(LSL_Key agentId, LSL_String notecard)
- {
- return m_OSSL_Functions.osAgentSaveAppearance(agentId, notecard);
- }
- public LSL_Key osAgentSaveAppearance(LSL_Key agentId, LSL_String notecard, LSL_Integer includeHuds)
- {
- return m_OSSL_Functions.osAgentSaveAppearance(agentId, notecard, includeHuds);
- }
- public OSSLPrim Prim;
- [Serializable]
- public class OSSLPrim
- {
- internal ScriptBaseClass OSSL;
- public OSSLPrim(ScriptBaseClass bc)
- {
- OSSL = bc;
- Position = new OSSLPrim_Position(this);
- Rotation = new OSSLPrim_Rotation(this);
- }
- public OSSLPrim_Position Position;
- public OSSLPrim_Rotation Rotation;
- private TextStruct _text;
- public TextStruct Text
- {
- get { return _text; }
- set
- {
- _text = value;
- OSSL.llSetText(_text.Text, _text.color, _text.alpha);
- }
- }
- [Serializable]
- public struct TextStruct
- {
- public string Text;
- public LSL_Types.Vector3 color;
- public double alpha;
- }
- }
- [Serializable]
- public class OSSLPrim_Position
- {
- private OSSLPrim prim;
- private LSL_Types.Vector3 Position;
- public OSSLPrim_Position(OSSLPrim _prim)
- {
- prim = _prim;
- }
- private void Load()
- {
- Position = prim.OSSL.llGetPos();
- }
- private void Save()
- {
- /* Remove temporarily until we have a handle to the region size
- if (Position.x > ((int)Constants.RegionSize - 1))
- Position.x = ((int)Constants.RegionSize - 1);
- if (Position.y > ((int)Constants.RegionSize - 1))
- Position.y = ((int)Constants.RegionSize - 1);
- */
- if (Position.x < 0)
- Position.x = 0;
- if (Position.y < 0)
- Position.y = 0;
- if (Position.z < 0)
- Position.z = 0;
- if (Position.z > Constants.RegionHeight)
- Position.z = Constants.RegionHeight;
- prim.OSSL.llSetPos(Position);
- }
- public double x
- {
- get
- {
- Load();
- return Position.x;
- }
- set
- {
- Load();
- Position.x = value;
- Save();
- }
- }
- public double y
- {
- get
- {
- Load();
- return Position.y;
- }
- set
- {
- Load();
- Position.y = value;
- Save();
- }
- }
- public double z
- {
- get
- {
- Load();
- return Position.z;
- }
- set
- {
- Load();
- Position.z = value;
- Save();
- }
- }
- }
- [Serializable]
- public class OSSLPrim_Rotation
- {
- private OSSLPrim prim;
- private LSL_Types.Quaternion Rotation;
- public OSSLPrim_Rotation(OSSLPrim _prim)
- {
- prim = _prim;
- }
- private void Load()
- {
- Rotation = prim.OSSL.llGetRot();
- }
- private void Save()
- {
- prim.OSSL.llSetRot(Rotation);
- }
- public double x
- {
- get
- {
- Load();
- return Rotation.x;
- }
- set
- {
- Load();
- Rotation.x = value;
- Save();
- }
- }
- public double y
- {
- get
- {
- Load();
- return Rotation.y;
- }
- set
- {
- Load();
- Rotation.y = value;
- Save();
- }
- }
- public double z
- {
- get
- {
- Load();
- return Rotation.z;
- }
- set
- {
- Load();
- Rotation.z = value;
- Save();
- }
- }
- public double s
- {
- get
- {
- Load();
- return Rotation.s;
- }
- set
- {
- Load();
- Rotation.s = value;
- Save();
- }
- }
- }
- public string osGetGender(LSL_Key rawAvatarId)
- {
- return m_OSSL_Functions.osGetGender(rawAvatarId);
- }
- public key osGetMapTexture()
- {
- return m_OSSL_Functions.osGetMapTexture();
- }
- public key osGetRegionMapTexture(string regionNameOrID)
- {
- return m_OSSL_Functions.osGetRegionMapTexture(regionNameOrID);
- }
- public LSL_List osGetRegionStats()
- {
- return m_OSSL_Functions.osGetRegionStats();
- }
- public vector osGetRegionSize()
- {
- return m_OSSL_Functions.osGetRegionSize();
- }
- /// <summary>
- /// Returns the amount of memory in use by the Simulator Daemon.
- /// Amount in bytes - if >= 2GB, returns 2GB. (LSL is not 64-bit aware)
- /// </summary>
- /// <returns></returns>
- public LSL_Integer osGetSimulatorMemory()
- {
- return m_OSSL_Functions.osGetSimulatorMemory();
- }
- public LSL_Integer osGetSimulatorMemoryKB()
- {
- return m_OSSL_Functions.osGetSimulatorMemoryKB();
- }
- public void osKickAvatar(string FirstName, string SurName, string alert)
- {
- m_OSSL_Functions.osKickAvatar(FirstName, SurName, alert);
- }
- public void osKickAvatar(LSL_Key agentId, string alert)
- {
- m_OSSL_Functions.osKickAvatar(agentId, alert);
- }
- public void osSetSpeed(string UUID, LSL_Float SpeedModifier)
- {
- m_OSSL_Functions.osSetSpeed(UUID, SpeedModifier);
- }
-
- public void osSetOwnerSpeed(LSL_Float SpeedModifier)
- {
- m_OSSL_Functions.osSetOwnerSpeed(SpeedModifier);
- }
- public LSL_Float osGetHealth(key avatar)
- {
- return m_OSSL_Functions.osGetHealth(avatar);
- }
- public void osCauseDamage(key avatar, LSL_Float damage)
- {
- m_OSSL_Functions.osCauseDamage(avatar, damage);
- }
- public void osCauseHealing(key avatar, LSL_Float healing)
- {
- m_OSSL_Functions.osCauseHealing(avatar, healing);
- }
- public void osSetHealth(key avatar, LSL_Float health)
- {
- m_OSSL_Functions.osSetHealth(avatar, health);
- }
- public void osSetHealRate(key avatar, LSL_Float health)
- {
- m_OSSL_Functions.osSetHealRate(avatar, health);
- }
- public LSL_Float osGetHealRate(key avatar)
- {
- return m_OSSL_Functions.osGetHealRate(avatar);
- }
- public void osForceOtherSit(string avatar)
- {
- m_OSSL_Functions.osForceOtherSit(avatar);
- }
- public void osForceOtherSit(string avatar, string target)
- {
- m_OSSL_Functions.osForceOtherSit(avatar, target);
- }
- public LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules)
- {
- return m_OSSL_Functions.osGetPrimitiveParams(prim, rules);
- }
- public void osSetPrimitiveParams(LSL_Key prim, LSL_List rules)
- {
- m_OSSL_Functions.osSetPrimitiveParams(prim, rules);
- }
- public void osSetProjectionParams(LSL_Integer projection, LSL_Key texture, double fov, double focus, double amb)
- {
- m_OSSL_Functions.osSetProjectionParams(projection, texture, fov, focus, amb);
- }
- public void osSetProjectionParams(LSL_Key prim, LSL_Integer projection, LSL_Key texture, double fov, double focus, double amb)
- {
- m_OSSL_Functions.osSetProjectionParams(prim, projection, texture, fov, focus, amb);
- }
- public void osSetProjectionParams(LSL_Integer linknumber, LSL_Integer projection, LSL_Key texture, LSL_Float fov, LSL_Float focus, LSL_Float amb)
- {
- m_OSSL_Functions.osSetProjectionParams(linknumber, projection, texture, fov, focus, amb);
- }
- public LSL_List osGetAvatarList()
- {
- return m_OSSL_Functions.osGetAvatarList();
- }
- public LSL_List osGetNPCList()
- {
- return m_OSSL_Functions.osGetNPCList();
- }
- public LSL_String osUnixTimeToTimestamp(LSL_Integer time)
- {
- return m_OSSL_Functions.osUnixTimeToTimestamp(time);
- }
- public LSL_Integer osInviteToGroup(LSL_Key agentId)
- {
- return m_OSSL_Functions.osInviteToGroup(agentId);
- }
- public LSL_Integer osEjectFromGroup(LSL_Key agentId)
- {
- return m_OSSL_Functions.osEjectFromGroup(agentId);
- }
- public void osSetTerrainTexture(int level, LSL_Key texture)
- {
- m_OSSL_Functions.osSetTerrainTexture(level, texture);
- }
- public void osSetTerrainTextureHeight(int corner, double low, double high)
- {
- m_OSSL_Functions.osSetTerrainTextureHeight(corner, low, high);
- }
- public LSL_Integer osIsUUID(string thing)
- {
- return m_OSSL_Functions.osIsUUID(thing);
- }
- public LSL_Float osMin(double a, double b)
- {
- return m_OSSL_Functions.osMin(a, b);
- }
- public LSL_Float osMax(double a, double b)
- {
- return m_OSSL_Functions.osMax(a, b);
- }
- public LSL_Key osGetRezzingObject()
- {
- return m_OSSL_Functions.osGetRezzingObject();
- }
- public void osSetContentType(LSL_Key id, string type)
- {
- m_OSSL_Functions.osSetContentType(id,type);
- }
- public void osDropAttachment()
- {
- m_OSSL_Functions.osDropAttachment();
- }
- public void osForceDropAttachment()
- {
- m_OSSL_Functions.osForceDropAttachment();
- }
- public void osDropAttachmentAt(vector pos, rotation rot)
- {
- m_OSSL_Functions.osDropAttachmentAt(pos, rot);
- }
- public void osForceDropAttachmentAt(vector pos, rotation rot)
- {
- m_OSSL_Functions.osForceDropAttachmentAt(pos, rot);
- }
- public LSL_Integer osListenRegex(int channelID, string name, string ID, string msg, int regexBitfield)
- {
- return m_OSSL_Functions.osListenRegex(channelID, name, ID, msg, regexBitfield);
- }
- public LSL_Integer osRegexIsMatch(string input, string pattern)
- {
- return m_OSSL_Functions.osRegexIsMatch(input, pattern);
- }
- public LSL_String osRequestURL(LSL_List options)
- {
- return m_OSSL_Functions.osRequestURL(options);
- }
- public LSL_String osRequestSecureURL(LSL_List options)
- {
- return m_OSSL_Functions.osRequestSecureURL(options);
- }
- public void osCollisionSound(string impact_sound, double impact_volume)
- {
- m_OSSL_Functions.osCollisionSound(impact_sound, impact_volume);
- }
- public void osVolumeDetect(int detect)
- {
- m_OSSL_Functions.osVolumeDetect(detect);
- }
- public LSL_List osGetInertiaData()
- {
- return m_OSSL_Functions.osGetInertiaData();
- }
- public void osSetInertia(LSL_Float mass, vector centerOfMass, vector principalInertiaScaled, rotation rot)
- {
- m_OSSL_Functions.osSetInertia(mass, centerOfMass, principalInertiaScaled, rot);
- }
- public void osSetInertiaAsBox(LSL_Float mass, vector boxSize, vector centerOfMass, rotation rot)
- {
- m_OSSL_Functions.osSetInertiaAsBox(mass, boxSize, centerOfMass, rot);
- }
- public void osSetInertiaAsSphere(LSL_Float mass, LSL_Float radius, vector centerOfMass)
- {
- m_OSSL_Functions.osSetInertiaAsSphere(mass, radius, centerOfMass);
- }
- public void osSetInertiaAsCylinder(LSL_Float mass, LSL_Float radius, LSL_Float lenght, vector centerOfMass,rotation lslrot)
- {
- m_OSSL_Functions.osSetInertiaAsCylinder( mass, radius, lenght, centerOfMass, lslrot);
- }
- public void osClearInertia()
- {
- m_OSSL_Functions.osClearInertia();
- }
- public LSL_Integer osTeleportObject(LSL_Key objectUUID, vector targetPos, rotation targetrotation, LSL_Integer flags)
- {
- return m_OSSL_Functions.osTeleportObject(objectUUID, targetPos, targetrotation, flags);
- }
- public LSL_Integer osGetLinkNumber(LSL_String name)
- {
- return m_OSSL_Functions.osGetLinkNumber(name);
- }
- public LSL_Float osRound(LSL_Float value, LSL_Integer digits)
- {
- return m_OSSL_Functions.osRound(value, digits);
- }
- public LSL_Float osVecMagSquare(vector a)
- {
- return m_OSSL_Functions.osVecMagSquare(a);
- }
- public LSL_Float osVecDistSquare(vector a, vector b)
- {
- return m_OSSL_Functions.osVecDistSquare(a, b);
- }
- public LSL_Float osAngleBetween(vector a, vector b)
- {
- return m_OSSL_Functions.osAngleBetween(a, b);
- }
- public void osAdjustSoundVolume(LSL_Integer linknum, LSL_Float volume)
- {
- m_OSSL_Functions.osAdjustSoundVolume(linknum, volume);
- }
- public void osSetSoundRadius(LSL_Integer linknum, LSL_Float radius)
- {
- m_OSSL_Functions.osSetSoundRadius(linknum, radius);
- }
- public void osPlaySound(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
- {
- m_OSSL_Functions.osPlaySound(linknum, sound, volume);
- }
- public void osLoopSound(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
- {
- m_OSSL_Functions.osLoopSound(linknum, sound, volume);
- }
- public void osLoopSoundMaster(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
- {
- m_OSSL_Functions.osLoopSoundMaster(linknum, sound, volume);
- }
- public void osLoopSoundSlave(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
- {
- m_OSSL_Functions.osLoopSoundSlave(linknum, sound, volume);
- }
- public void osPlaySoundSlave(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
- {
- m_OSSL_Functions.osPlaySoundSlave(linknum, sound, volume);
- }
- public void osTriggerSound(LSL_Integer linknum, LSL_String sound, LSL_Float volume)
- {
- m_OSSL_Functions.osTriggerSound(linknum, sound, volume);
- }
- public void osTriggerSoundLimited(LSL_Integer linknum, LSL_String sound, LSL_Float volume,
- vector top_north_east, vector bottom_south_west)
- {
- m_OSSL_Functions.osTriggerSoundLimited(linknum, sound, volume,
- top_north_east, bottom_south_west);
- }
- public void osStopSound(LSL_Integer linknum)
- {
- m_OSSL_Functions.osStopSound(linknum);
- }
- public void osPreloadSound(LSL_Integer linknum, LSL_String sound)
- {
- m_OSSL_Functions.osPreloadSound(linknum, sound);
- }
- public LSL_String osDetectedCountry(LSL_Integer number)
- {
- return m_OSSL_Functions.osDetectedCountry(number);
- }
- public LSL_String osGetAgentCountry(LSL_Key agentId)
- {
- return m_OSSL_Functions.osGetAgentCountry(agentId);
- }
- public LSL_String osStringSubString(LSL_String src, LSL_Integer offset)
- {
- return m_OSSL_Functions.osStringSubString(src, offset);
- }
- public LSL_String osStringSubString(LSL_String src, LSL_Integer offset, LSL_Integer length)
- {
- return m_OSSL_Functions.osStringSubString(src, offset, length);
- }
- public LSL_Integer osStringStartsWith(LSL_String src, LSL_String value, LSL_Integer ignorecase)
- {
- return m_OSSL_Functions.osStringStartsWith(src, value, ignorecase);
- }
- public LSL_Integer osStringEndsWith(LSL_String src, LSL_String value, LSL_Integer ignorecase)
- {
- return m_OSSL_Functions.osStringEndsWith(src, value, ignorecase);
- }
- public LSL_Integer osStringIndexOf(LSL_String src, LSL_String value, LSL_Integer ignorecase)
- {
- return m_OSSL_Functions.osStringIndexOf(src, value, ignorecase);
- }
- public LSL_Integer osStringIndexOf(LSL_String src, LSL_String value, LSL_Integer offset, LSL_Integer count, LSL_Integer ignorecase)
- {
- return m_OSSL_Functions.osStringIndexOf(src, value, offset, count, ignorecase);
- }
- public LSL_Integer osStringLastIndexOf(LSL_String src, LSL_String value, LSL_Integer ignorecase)
- {
- return m_OSSL_Functions.osStringLastIndexOf(src, value, ignorecase);
- }
- public LSL_Integer osStringLastIndexOf(LSL_String src, LSL_String value, LSL_Integer offset, LSL_Integer count, LSL_Integer ignorecase)
- {
- return m_OSSL_Functions.osStringLastIndexOf(src, value, offset, count, ignorecase);
- }
- public LSL_String osStringRemove(LSL_String src, LSL_Integer offset, LSL_Integer count)
- {
- return m_OSSL_Functions.osStringRemove(src, offset, count);
- }
- public LSL_String osStringReplace(LSL_String src, LSL_String oldvalue, LSL_String newvalue)
- {
- return m_OSSL_Functions.osStringReplace(src, oldvalue, newvalue);
- }
- public LSL_Integer osApproxEquals(LSL_Float a, LSL_Float b)
- {
- return m_OSSL_Functions.osApproxEquals(a, b);
- }
- public LSL_Integer osApproxEquals(LSL_Float a, LSL_Float b, LSL_Float margin)
- {
- return m_OSSL_Functions.osApproxEquals(a, b, margin);
- }
- public LSL_Integer osApproxEquals(vector va, vector vb)
- {
- return m_OSSL_Functions.osApproxEquals(va, vb);
- }
- public LSL_Integer osApproxEquals(vector va, vector vb, LSL_Float margin)
- {
- return m_OSSL_Functions.osApproxEquals(va, vb, margin);
- }
- public LSL_Integer osApproxEquals(rotation ra, rotation rb)
- {
- return m_OSSL_Functions.osApproxEquals(ra, rb);
- }
- public LSL_Integer osApproxEquals(rotation ra, rotation rb, LSL_Float margin)
- {
- return m_OSSL_Functions.osApproxEquals(ra, rb, margin);
- }
- public LSL_Key osGetInventoryLastOwner(LSL_String itemNameOrId)
- {
- return m_OSSL_Functions.osGetInventoryLastOwner(itemNameOrId);
- }
- public LSL_Key osGetInventoryItemKey(LSL_String name)
- {
- return m_OSSL_Functions.osGetInventoryItemKey(name);
- }
- public LSL_String osGetInventoryName(LSL_Key itemId)
- {
- return m_OSSL_Functions.osGetInventoryName(itemId);
- }
- public LSL_String osGetInventoryDesc(LSL_String itemNameOrId)
- {
- return m_OSSL_Functions.osGetInventoryDesc(itemNameOrId);
- }
- public LSL_Key osGetLastChangedEventKey()
- {
- return m_OSSL_Functions.osGetLastChangedEventKey();
- }
- public LSL_Float osGetPSTWallclock()
- {
- return m_OSSL_Functions.osGetPSTWallclock();
- }
- public rotation osSlerp(rotation a, rotation b, LSL_Float amount)
- {
- return m_OSSL_Functions.osSlerp(a, b, amount);
- }
- public void osResetAllScripts(LSL_Integer allLinkSet)
- {
- m_OSSL_Functions.osResetAllScripts(allLinkSet);
- }
- public LSL_Integer osIsNotValidNumber(LSL_Float v)
- {
- return m_OSSL_Functions.osIsNotValidNumber(v);
- }
- public void osSetSitActiveRange(LSL_Float v)
- {
- m_OSSL_Functions.osSetSitActiveRange(v);
- }
- public void osSetLinkSitActiveRange(LSL_Integer linkNumber, LSL_Float v)
- {
- m_OSSL_Functions.osSetLinkSitActiveRange(linkNumber, v);
- }
- public LSL_Float osGetSitActiveRange()
- {
- return m_OSSL_Functions.osGetSitActiveRange();
- }
- public LSL_Float osGetLinkSitActiveRange(LSL_Integer linkNumber)
- {
- return m_OSSL_Functions.osGetLinkSitActiveRange(linkNumber);
- }
- public void osSetStandTarget(vector v)
- {
- m_OSSL_Functions.osSetStandTarget(v);
- }
- public void osSetLinkStandTarget(LSL_Integer linkNumber, vector v)
- {
- m_OSSL_Functions.osSetLinkStandTarget(linkNumber, v);
- }
- public vector osGetStandTarget()
- {
- return m_OSSL_Functions.osGetStandTarget();
- }
- public vector osGetLinkStandTarget(LSL_Integer linkNumber)
- {
- return m_OSSL_Functions.osGetLinkStandTarget(linkNumber);
- }
- public LSL_Integer osClearObjectAnimations()
- {
- return m_OSSL_Functions.osClearObjectAnimations();
- }
- public LSL_Float osGetApparentTime()
- {
- return m_OSSL_Functions.osGetApparentTime();
- }
- public LSL_String osGetApparentTimeString(LSL_Integer format24)
- {
- return m_OSSL_Functions.osGetApparentTimeString(format24);
- }
- public LSL_Float osGetApparentRegionTime()
- {
- return m_OSSL_Functions.osGetApparentRegionTime();
- }
- public LSL_String osGetApparentRegionTimeString(LSL_Integer format24)
- {
- return m_OSSL_Functions.osGetApparentRegionTimeString(format24);
- }
- public LSL_Integer osReplaceAgentEnvironment(LSL_Key agentkey, LSL_Integer transition, LSL_String daycycle)
- {
- return m_OSSL_Functions.osReplaceAgentEnvironment(agentkey, transition, daycycle);
- }
- public LSL_Integer osReplaceParcelEnvironment(LSL_Integer transition, LSL_String daycycle)
- {
- return m_OSSL_Functions.osReplaceParcelEnvironment(transition, daycycle);
- }
- public LSL_Integer osReplaceRegionEnvironment(LSL_Integer transition, LSL_String daycycle,
- LSL_Float daylen, LSL_Float dayoffset, LSL_Float altitude1, LSL_Float altitude2, LSL_Float altitude3)
- {
- return m_OSSL_Functions.osReplaceRegionEnvironment(transition, daycycle, daylen,
- dayoffset, altitude1, altitude2, altitude3);
- }
- public LSL_Integer osResetEnvironment(LSL_Integer parcelOrRegion, LSL_Integer transition)
- {
- return m_OSSL_Functions.osResetEnvironment(parcelOrRegion, transition);
- }
- }
- }
|