User contributions

For 71.226.33.30 talk block log logs
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼-contribs-top⧽
⧼-contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 00:27, 24 March 2020 diff hist -5 Key.get
  • 00:26, 24 March 2020 diff hist +380 N Key.getCreated page with "<c>key.get</c> removes and returns the next key in the keyboard input buffer. If the input buffer is currently clear (empty), then this method waits until a key is pressed...."
  • 23:50, 23 March 2020 diff hist +288 N Key.clearCreated page with "<c>key.clear</c> clears the keyboard input buffer. This is often used before exiting a game, so that any key presses made during the game don't spill out into the command lin..."
  • 23:48, 23 March 2020 diff hist -10 Key.available
  • 23:47, 23 March 2020 diff hist +8 Key.available
  • 23:47, 23 March 2020 diff hist +411 N Key.availableCreated page with "<c>key.available</c> returns whether there is a keypress available in the input buffer. If true, you can call key.get to get the next key immediately. See also:key.clear; key..."
  • 16:16, 18 March 2020 diff hist +537 N ValCreated page with "<c>val</c> returns the numeric value of a given string. (If given a number, returns it as-is; if given a list or map, returns null.) See also: str === Arguments === {| cla..." current
  • 15:47, 18 March 2020 diff hist +440 N UpperCreated page with "<c>upper</c> return an upper-case (all capitals) version of a string. See also: lower === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Mea..."
  • 15:44, 18 March 2020 diff hist +109 N TimeCreated page with "<c>time</c> returns the number of seconds since the script started running. Category:Intrinsic Functions"
  • 15:43, 18 March 2020 diff hist +340 N TanCreated page with "<c>tan</c> returns the tangent of the given angle (in radians). === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''radians'' || nu..." current
  • 15:41, 18 March 2020 diff hist 0 Sort
  • 16:26, 17 March 2020 diff hist +369 N SumCreated page with "<c>sum</c> returns the total of all elements in a list, or all values in a map. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | '..." current
  • 16:24, 17 March 2020 diff hist +354 N ShuffleCreated page with "<c>shuffle</c> randomize the order of elements in a list, or the mappings from keys to values in a map. This is done in place. === Arguments === {| class="wikitable" |- ! P..."
  • 16:23, 17 March 2020 diff hist +684 N String typeCreated page with "<c>string type</c> returns a map that represents the string datatype in MiniScript's core type system. See also: number, list, map, funcRef === Arguments ===..."
  • 16:21, 17 March 2020 diff hist +364 N StrCreated page with "<c>str</c> coverts any value to a string === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''x'' || any || value to convert |} ==..." current
  • 16:20, 17 March 2020 diff hist +313 N SqrtCreated page with "<c>sqrt</c> returns the square root of a number. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''x'' || number || number to get..."
  • 16:18, 17 March 2020 diff hist +666 N SplitCreated page with "<c>split</c> splits a string into a list, by some delimiter. See also: join === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- |..."
  • 16:15, 17 March 2020 diff hist +725 N SortCreated page with "<c>sort</c> Sorts a list in place. With null or no argument, this sorts the list elements by their own values. See also: shuffle === Arguments === {| class="wikitabl..."
  • 16:12, 17 March 2020 diff hist +817 N SliceCreated page with "<c>slice</c> returns a subset of a string or list. This is equivalent to using the square-brackets slice operator seq[from:to], but with ordinary function syntax. === Argume..."
  • 16:08, 17 March 2020 diff hist -1 Sincurrent

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)