User contributions for Olez14
Jump to navigation
Jump to search
2 January 2022
- 23:5423:54, 2 January 2022 diff hist −10 RGBToHSV remove debug line current
- 23:4923:49, 2 January 2022 diff hist +115 Template:Useful Functions →Data functions
- 23:4623:46, 2 January 2022 diff hist +1,378 N RGBToHSV Created page with "{{Useful Function}} __NOTOC__ This function convert RGB to HSV color space ==Syntax== <syntaxhighlight lang="lua"> string RGBToHSV ( int red, int green, int blue ) </syntaxhighlight> ===Required Arguments=== * '''red:''' The amount of [http://en.wikipedia.org/wiki/RGBA_color_space red] in the color (0-255). * '''green:''' The amount of [http://en.wikipedia.org/wiki/RGBA_color_space green] in the color (0-255). * '''blue:''' The amount of [http://en.wikipedia.org/wiki/..."
28 October 2021
- 18:4718:47, 28 October 2021 diff hist +26 GuiGridListGetItemText No edit summary current
22 September 2021
- 15:3415:34, 22 September 2021 diff hist −2 Math.clamp Edit comments of example
- 15:3215:32, 22 September 2021 diff hist +191 Template:Useful Functions →Math functions
- 15:3015:30, 22 September 2021 diff hist −10 Math.clamp No edit summary
- 15:2515:25, 22 September 2021 diff hist +892 N Math.clamp Created page with "__NOTOC__ {{Useful Function}} This function returns the number between range of numbers or it's minimum or maximum. ==Syntax== <syntaxhighlight lang="lua">float math.clamp( f..."
11 June 2020
- 16:5016:50, 11 June 2020 diff hist +9 GuiGridListGetSelectedItem No edit summary
- 16:4916:49, 11 June 2020 diff hist +32 GuiGridListGetSelectedItem Helpful note
12 April 2020
- 01:4401:44, 12 April 2020 diff hist −54 GetSoundWaveData There was a problem where waveData could be false and "if (waveData[i] == waveData[i]) then" giving error, because script can't index a boolean value
28 March 2020
- 20:0620:06, 28 March 2020 diff hist +104 Table.removeValue table in first argument of that function replace all functions of 'table', so table.remove didn't work. current