flagflag  
1: 2010-01-20 (Wed) 14:07:06 iseki source 2: 2010-01-20 (Wed) 15:56:53 iseki source
Line 1: Line 1:
-        public LSL_Integer osTerrainSetHeight(int x, int y, double val) +*** OS 関数一覧 [#va46c02e] 
-       public LSL_Float osTerrainGetHeight(int x, int y) +- public LSL_Integer osTerrainSetHeight(int x, int y, double val) 
-       public void osTerrainFlush() +- public LSL_Float osTerrainGetHeight(int x, int y) 
-       public int osRegionRestart(double seconds) +- public void osTerrainFlush() 
-       public void osRegionNotice(string msg) +- public int osRegionRestart(double seconds) 
-       public void osSetRot(UUID target, Quaternion rotation) +- public void osRegionNotice(string msg) 
-       public string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams, +- public void osSetRot(UUID target, Quaternion rotation) 
-       public string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams, +- public string [[osSetDynamicTextureURL>../osSetDynamicTextureURL]](string dynamicID, string contentType, string url, string extraParams, int timer) 
-       public string osSetDynamicTextureURLBlendFace(string dynamicID, string contentType, string url, string extraParams, +- public string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams, int timer, int alpha) 
-       public string osSetDynamicTextureData(string dynamicID, string contentType, string data, string extraParams, +- public string osSetDynamicTextureURLBlendFace(string dynamicID, string contentType, string url, string extraParams, bool blend, int disp, int timer, int alpha, int face) 
-       public string osSetDynamicTextureDataBlend(string dynamicID, string contentType, string data, string extraParams, +- public string [[osSetDynamicTextureData>../osSetDynamicTextureData]](string dynamicID, string contentType, string data, string extraParams, int timer) 
-       public string osSetDynamicTextureDataBlendFace(string dynamicID, string contentType, string data, string extraParams, +- public string osSetDynamicTextureDataBlend(string dynamicID, string contentType, string data, string extraParams, int timer, int alpha) 
-       public bool osConsoleCommand(string command) +- public string osSetDynamicTextureDataBlendFace(string dynamicID, string contentType, string data, string extraParams, bool blend, int disp, int timer, int alpha, int face) 
-       public void osSetPrimFloatOnWater(int floatYN) +- public bool osConsoleCommand(string command) 
-       public void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat) +- public void osSetPrimFloatOnWater(int floatYN) 
-       public void osTeleportAgent(string agent, int regionX, int regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat) +- public void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat) 
-       public void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat) +- public void osTeleportAgent(string agent, int regionX, int regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat) 
-       public string osGetAgentIP(string agent) +- public void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat) 
-       public LSL_List osGetAgents() +- public string osGetAgentIP(string agent) 
-       public void osAvatarPlayAnimation(string avatar, string animation) +- public LSL_List osGetAgents() 
-       public void osAvatarStopAnimation(string avatar, string animation) +- public void osAvatarPlayAnimation(string avatar, string animation) 
-       public string osMovePen(string drawList, int x, int y) +- public void osAvatarStopAnimation(string avatar, string animation) 
-       public string osDrawLine(string drawList, int startX, int startY, int endX, int endY) +- public string osMovePen(string drawList, int x, int y) 
-       public string osDrawLine(string drawList, int endX, int endY) +- public string osDrawLine(string drawList, int startX, int startY, int endX, int endY) 
-       public string osDrawText(string drawList, string text) +- public string osDrawLine(string drawList, int endX, int endY) 
-       public string osDrawEllipse(string drawList, int width, int height) +- public string osDrawText(string drawList, string text) 
-       public string osDrawRectangle(string drawList, int width, int height) +- public string osDrawEllipse(string drawList, int width, int height) 
-       public string osDrawFilledRectangle(string drawList, int width, int height) +- public string osDrawRectangle(string drawList, int width, int height) 
-       public string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y) +- public string osDrawFilledRectangle(string drawList, int width, int height) 
-       public string osDrawPolygon(string drawList, LSL_List x, LSL_List y) +- public string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y) 
-       public string osSetFontSize(string drawList, int fontSize) +- public string osDrawPolygon(string drawList, LSL_List x, LSL_List y) 
-       public string osSetFontName(string drawList, string fontName) +- public string osSetFontSize(string drawList, int fontSize) 
-       public string osSetPenSize(string drawList, int penSize) +- public string osSetFontName(string drawList, string fontName) 
-       public string osSetPenColour(string drawList, string colour) +- public string osSetPenSize(string drawList, int penSize) 
-       public string osSetPenCap(string drawList, string direction, string type) +- public string osSetPenColour(string drawList, string colour) 
-       public string osDrawImage(string drawList, int width, int height, string imageUrl) +- public string osSetPenCap(string drawList, string direction, string type) 
-       public LSL_Vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize) +- public string osDrawImage(string drawList, int width, int height, string imageUrl) 
-       public void osSetStateEvents(int events) +- public LSL_Vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize) 
-       public void osSetRegionWaterHeight(double height) +- public void osSetStateEvents(int events) 
-       public void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour) +- public void osSetRegionWaterHeight(double height) 
-       public void osSetEstateSunSettings(bool sunFixed, double sunHour) +- public void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour) 
-       public double osGetCurrentSunHour() +- public void osSetEstateSunSettings(bool sunFixed, double sunHour) 
-       public double osSunGetParam(string param) +- public double osGetCurrentSunHour() 
-       public void osSunSetParam(string param, double value) +- public double osSunGetParam(string param) 
-       public string osWindActiveModelPluginName() +- public void osSunSetParam(string param, double value) 
-       public void osWindParamSet(string plugin, string param, float value) +- public string osWindActiveModelPluginName() 
-       public float osWindParamGet(string plugin, string param) +- public void osWindParamSet(string plugin, string param, float value) 
-       public double osList2Double(LSL_Types.list src, int index) +- public float osWindParamGet(string plugin, string param) 
-       public void osSetParcelMediaURL(string url) +- public double osList2Double(LSL_Types.list src, int index) 
-       public void osSetParcelSIPAddress(string SIPAddress) +- public void osSetParcelMediaURL(string url) 
-       public string osGetScriptEngineName() +- public void osSetParcelSIPAddress(string SIPAddress) 
-       public string osGetSimulatorVersion() +- public string osGetScriptEngineName() 
-       public Hashtable osParseJSON(string JSON) +- public string osGetSimulatorVersion() 
-       public void osMessageObject(LSL_Key objectUUID, string message) +- public Hashtable osParseJSON(string JSON) 
-       public void osMakeNotecard(string notecardName, LSL_Types.list contents) +- public void osMessageObject(LSL_Key objectUUID, string message) 
-       public string osGetNotecardLine(string name, int line) +- public void osMakeNotecard(string notecardName, LSL_Types.list contents) 
-       public string osGetNotecard(string name) +- public string osGetNotecardLine(string name, int line) 
-       public int osGetNumberOfNotecardLines(string name) +- public string osGetNotecard(string name) 
-       public string osAvatarName2Key(string firstname, string lastname) +- public int osGetNumberOfNotecardLines(string name) 
-       public string osKey2Name(string id) +- public string osAvatarName2Key(string firstname, string lastname) 
-       public string osGetGridNick() +- public string osKey2Name(string id) 
-       public string osGetGridName() +- public string osGetGridNick() 
-       public string osGetGridLoginURI() +- public string osGetGridName() 
-       public LSL_String osFormatString(string str, LSL_List strings) +- public string osGetGridLoginURI() 
-       public LSL_List osMatchString(string src, string pattern, int start) +- public LSL_String osFormatString(string str, LSL_List strings) 
-       public string osLoadedCreationDate() +- public LSL_List osMatchString(string src, string pattern, int start) 
-       public string osLoadedCreationTime() +- public string osLoadedCreationDate() 
-       public string osLoadedCreationID() +- public string osLoadedCreationTime() 
-       public LSL_List osGetLinkPrimitiveParams(int linknumber, LSL_List rules) +- public string osLoadedCreationID() 
-       public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, LSL_Key cloneFrom) +- public LSL_List osGetLinkPrimitiveParams(int linknumber, LSL_List rules) 
-       public void osNpcMoveTo(LSL_Key npc, LSL_Vector position) +- public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, LSL_Key cloneFrom) 
-       public void osNpcSay(LSL_Key npc, string message) +- public void osNpcMoveTo(LSL_Key npc, LSL_Vector position) 
-       public void osNpcRemove(LSL_Key npc) +- public void osNpcSay(LSL_Key npc, string message) 
-       public LSL_Key osGetMapTexture() +- public void osNpcRemove(LSL_Key npc) 
-       public LSL_Key osGetRegionMapTexture(string regionName) +- public LSL_Key osGetMapTexture() 
-       public LSL_List osGetRegionStats() +- public LSL_Key osGetRegionMapTexture(string regionName) 
-       public int osGetSimulatorMemory() +- public LSL_List osGetRegionStats() 
-       public void osSetSpeed(string UUID, float SpeedModifier) +- public int osGetSimulatorMemory() 
-       public void osKickAvatar(string FirstName,string SurName,string alert) +- public void osSetSpeed(string UUID, float SpeedModifier) 
-       public void osCauseDamage(string avatar, double damage) +- public void osKickAvatar(string FirstName,string SurName,string alert) 
-       public void osCauseHealing(string avatar, double healing)+- public void osCauseDamage(string avatar, double damage) 
 +- public void osCauseHealing(string avatar, double healing)


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

72 user(s) are online (8 user(s) are browsing xpwiki)

Members: 0
Guests: 72

more...

Access Counter

Today : 1119411194111941119411194
Yesterday : 1766217662176621766217662
Total : 2356652623566526235665262356652623566526235665262356652623566526
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com