User contributions
From OpenSimulator
- 18:21, 5 February 2010 (diff | hist) . . (+582) . . N OsLoadedCreationTime (New page: osLoadedCreationTime() This function returns a string containing the time that a sim was first created. An example of the string returned is "2:06:48 AM". osLoadedCreationTime has a thre...)
- 18:20, 5 February 2010 (diff | hist) . . (+6) . . OsLoadedCreationDate
- 18:19, 5 February 2010 (diff | hist) . . (+531) . . N OsLoadedCreationID (New page: '''osLoadedCreationID'''() This function returns a string containing the UUID that a sim was created with. osLoadedCreationID has a threat level of Low. <code><pre> //Example Usage: def...)
- 18:16, 5 February 2010 (diff | hist) . . (+597) . . N OsLoadedCreationDate (New page: osLoadedCreationDate() This function returns a string containing the date that a sim was first created. An example of the string returned is "Monday, December 07, 2009". osLoadedCreation...)
- 00:28, 5 February 2010 (diff | hist) . . (+89) . . OsList2Double
- 00:28, 5 February 2010 (diff | hist) . . (+309) . . N OsList2Double (New page: osList2Double(list src, integer index) This function converts a value in the specified index of the list src to the double data type. However, OSSL does not have a double data type. C# ...)
- 00:25, 5 February 2010 (diff | hist) . . (+327) . . N OsGetSimulatorVersion (New page: OsGetSimulatorVersion() This function returns a string containing the current simulator version. Because it can be used by scripts to target attacks against known weaknesses in specific ...)
- 00:23, 5 February 2010 (diff | hist) . . (+327) . . N OsGetScriptEngineName (New page: '''OsGetScriptEngineName'''() This script function returns the name of the script engine currently being used. Because engine-specific bugs may be exploited upon learning which script en...)
- 00:20, 5 February 2010 (diff | hist) . . (+67) . . OsGetNotecardLine
- 00:20, 5 February 2010 (diff | hist) . . (+67) . . OsGetNotecard
- 00:19, 5 February 2010 (diff | hist) . . (+67) . . OsGetNumberOfNotecardLines
- 00:19, 5 February 2010 (diff | hist) . . (+528) . . N OsGetRegionMapTexture (New page: '''osGetRegionMapTexture'''(string regionName) This function retrieves the UUID of the texture used to represent the named region on the world map, and returns it. Using this function, y...)
- 00:13, 5 February 2010 (diff | hist) . . (+59) . . OsGetNumberOfNotecardLines
- 00:13, 5 February 2010 (diff | hist) . . (+468) . . N OsGetNotecard (New page: '''osGetNotecard'''(string name) This function directly reads the entire contents of a notecard if it exists within the task inventory, and dumps it into a string. It skips the dataserve...)
- 00:12, 5 February 2010 (diff | hist) . . (+707) . . N OsGetNumberOfNotecardLines (New page: '''osGetNumberOfNotecardLines'''(string name) This function directly reads how many lines a notecard has, bypassing the dataserver event to reduce code complexity. This function has a t...)
- 00:11, 5 February 2010 (diff | hist) . . (+805) . . N OsGetNotecardLine (New page: '''osGetNotecardLine'''(string name, integer line) This function directly reads a line of text from the specified notecard, if it exists within the task inventory, and returns the text a...)
- 00:02, 5 February 2010 (diff | hist) . . (+611) . . N OsConsoleCommand (New page: '''osConsoleCommand'''(string command) This function allows an LSL script to directly execute a command to opensim's console. There are no security checks, so it can do anything a user w...)
- 23:58, 4 February 2010 (diff | hist) . . (+72) . . OsAvatarStopAnimation
- 23:57, 4 February 2010 (diff | hist) . . (+30) . . OsAvatarPlayAnimation
- 23:55, 4 February 2010 (diff | hist) . . (+255) . . OsAvatarPlayAnimation
- 23:51, 4 February 2010 (diff | hist) . . (+443) . . N OsAvatarStopAnimation (New page: osAvatarStopAnimation(key avatar, string animation) This function stops the specified animation if it is playing on the avatar given. The value avatar is a UUID, and the animation value ...)
- 23:45, 4 February 2010 (diff | hist) . . (+415) . . N OsAvatarPlayAnimation (New page: osAvatarPlayAnimation(key avatar, string animation) This function causes an animation to be played on the specified avatar. The variable ''animation'' can be either the name of an animat...)