User contributions

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼-contribs-top⧽
⧼-contribs-date⧽

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

  • 21:34, 12 April 2020 diff hist +491 N SpriteDisplay.scrollYCreated page with "<c>SpriteDisplay.scrollY</c>: Vertical scroll amount subtracted from the position of all sprites on the display. This is the standard way of making it appear that the world i..."
  • 21:32, 12 April 2020 diff hist +8 SpriteDisplay.scrollX
  • 21:32, 12 April 2020 diff hist +403 N SpriteDisplay.scrollXCreated page with "<c>SpriteDisplay.scrollX</c>: Horizontal scroll amount subtracted from the position of all sprites on the display. This is the standard way of making it appear that the world..."
  • 16:27, 18 March 2020 diff hist +488 N YieldCreated page with "<c>yield</c> pauses the execution of the script until the next "tick" of the host app. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning..."
  • 16:25, 18 March 2020 diff hist +349 N WaitCreated page with "<c>wait</c> pauses execution of this script for some amount of time. See also: time, yield === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Me..."
  • 16:22, 18 March 2020 diff hist +509 N VersionCreated page with "<c>version</c> gets a map with information about the version of MiniScript and the host environment that you're currently running. === Usage Notes === <c>version</c> will in..."
  • 16:20, 18 March 2020 diff hist +570 N ValuesCreated page with "<c>values</c> returns the values of a dictionary, or the characters of a string.(Returns any other value as-is.) See also: Indexes === Arguments === {| class="wikitable" |-..."
  • 23:36, 15 March 2020 diff hist +629 N CodeCreated page with "<c>code</c> Return the Unicode code point of the first character of the given string. This is the inverse of `char`. May be called with function syntax or dot syntax. === A..."
  • 23:19, 15 March 2020 diff hist +399 N CeilCreated page with "<c>ceil</c> Returns the "ceiling", i.e. closest whole number greater than or equal to the given number. See also: floor === Arguments === {| class="wikitable" |- ! Para..."
  • 23:17, 15 March 2020 diff hist -2 Charcurrent
  • 23:16, 15 March 2020 diff hist +4 Char
  • 23:16, 15 March 2020 diff hist +361 N CharCreated page with "<c>char</c> Gets a character from its Unicode code point. See also: code === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''codeP..."
  • 23:10, 15 March 2020 diff hist -23 BitOrcurrent
  • 23:09, 15 March 2020 diff hist -233 BitXor
  • 23:09, 15 March 2020 diff hist +789 N BitXorCreated page with "<c>bitXor</c> treats its arguments as integers, and computes the bitwise `xor`: each bit in the result is set only if the corresponding bit is set in exactly one (not zero or..."
  • 23:04, 15 March 2020 diff hist +1 BitOr
  • 23:03, 15 March 2020 diff hist -212 BitOr
  • 23:02, 15 March 2020 diff hist +8 BitOr
  • 23:02, 15 March 2020 diff hist +766 N BitOrCreated page with "<c>bitOr</c> treats its arguments as integers, and computes the bitwise `or`: each bit in the result is set if the corresponding bit is set in either (or both) of the argument..."
  • 22:55, 15 March 2020 diff hist +32 BitAndcurrent
  • 22:51, 15 March 2020 diff hist +497 N BitAndCreated page with "<c>bitAnd</c> treats its arguments as integers, and computes the bitwise `and`: each bit in the result is set only if the corresponding bit is set in both arguments. === Arg..."
  • 22:43, 15 March 2020 diff hist +3 Atancurrent
  • 22:42, 15 March 2020 diff hist +758 N AtanCreated page with "<c>atan</c> is a function that returns the arctangent of a value or ratio, that is, the angle (in radians) whose tangent is y/x. This will return an angle in the correct quad..."
  • 22:38, 15 March 2020 diff hist +627 N AsinCreated page with "<c>asin</c> is a function that returns the inverse sine, that is, the angle (in radians) whose sine is the given value. === Arguments === {| class="wikitable" |- ! Paramete..."

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