User contributions
From OpenSimulator
- 13:09, 17 January 2010 (diff | hist) . . (-51) . . OsSetPrimFloatOnWater
- 12:59, 17 January 2010 (diff | hist) . . (+207) . . N OsSetPrimFloatOnWater (New page: '''osSetPrimFloatOnWater(integer float)''' <source lang="lsl"> // //osSetPrimFloatOnWater() example, by Tom Earth. // default { state_entry() { osSetPrimFloatOnWater(TRUE)...)
- 12:50, 17 January 2010 (diff | hist) . . (+252) . . N OsKey2Name (New page: '''string osKey2Name(key id)''' <source lang="lsl"> // //osKey2Name() example, by Tom Earth. // default { state_entry() { string owner_name = osKey2Name(llGetOwner()); ...)
- 12:48, 17 January 2010 (diff | hist) . . (+2) . . OsFormatString
- 12:47, 17 January 2010 (diff | hist) . . (+398) . . N OsFormatString (New page: '''string osFormatString(string format,list params)''' <source lang="lsl"> // //osFormatString example, by Tom Earth. // default { state_entry() { string to_format = "My n...)
- 12:46, 17 January 2010 (diff | hist) . . (+53) . . OsGetCurrentSunHour
- 12:43, 17 January 2010 (diff | hist) . . (+176) . . N OsGetCurrentSunHour (New page: '''float osGetCurrentSunHour()''' <source lang="lsl"> default { state_entry() { llSay(0, "Current sun hour: "+(string)osGetCurrentSunHour()); } } </source>)
- 12:39, 17 January 2010 (diff | hist) . . (+20) . . OsGetMapTexture
- 12:39, 17 January 2010 (diff | hist) . . (+18) . . OsGetMapTexture
- 12:38, 17 January 2010 (diff | hist) . . (+727) . . N OsMakeNotecard (New page: '''osMakeNotecard(key id,string contents)''' <source lang="lsl"> // //osMakeNotecard example //By Tom Earth default { touch_start(integer n) { key id = llDetectedKey(0); ...)
- 14:15, 16 January 2010 (diff | hist) . . (+36) . . OsGetAgents
- 14:14, 16 January 2010 (diff | hist) . . (+1) . . OsGetAgents
- 14:14, 16 January 2010 (diff | hist) . . (+201) . . OsGetAgents
- 14:10, 16 January 2010 (diff | hist) . . (+6) . . OsGetAgents
- 14:07, 16 January 2010 (diff | hist) . . (+75) . . N OsGetAgents (New page: list osGetAgents() Returns a list of all the agents names in the region.)
- 14:02, 16 January 2010 (diff | hist) . . (0) . . m OsSetDynamicTextureData (Typo)