User contributions

From OpenEUO
For 76.184.213.234 (talk | block log | uploads | logs)
Jump to: navigation, search
Search for contributions
 
 
     
  

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

  • 22:25, 7 October 2010 (diff | hist) . . (+89). . N UO.CliLeft(Created page with " UO.CliLeft ⇔ Set or return the X coordinate of the left edge of the game-play window.")
  • 22:24, 7 October 2010 (diff | hist) . . (+59). . N UO.CliLang(Created page with " UO.CliLang ⇒ Returns the language of the current client.")
  • 22:21, 7 October 2010 (diff | hist) . . (+64). . N UO.CliCnt(Created page with " UO.CliCnt ⇒ Contains the number of clients currently running.")
  • 22:20, 7 October 2010 (diff | hist) . . (+2). . UO.CharType
  • 22:20, 7 October 2010 (diff | hist) . . (+113). . N UO.CharType(Created page with " UO.CharType ⇒ Returns a number based on what form your character is in (ie ghost, vampire, polymorphed, etc.).")
  • 22:18, 7 October 2010 (diff | hist) . . (+543). . N UO.CharStatus(Created page with " UO.CharStatus ⇒ Determines different states that the character can be in. {| border="1" cellpadding="2" |+ Table of UO.CharStatus values |- | width=50px style="background:#f...")
  • 22:16, 7 October 2010 (diff | hist) . . (+99). . N UO.CharName(Created page with " UO.CharName ⇒ Contains the name of the logged in character. Status bar must be open to function.")
  • 22:14, 7 October 2010 (diff | hist) . . (+239). . N UO.CharID(Created page with " UO.CharID ⇒ Determines the id of your character. This is a unique identifier, so it can be used to identify different characters and make specific actions depending on what ch...")
  • 22:12, 7 October 2010 (diff | hist) . . (+380). . N UO.CharDir(Created page with " UO.CharDir ⇒ Determines the direction the character is facing. {| border="1" cellpadding="2" |+ Table of UO.CharDir values |- | width=100px style="background:#ffdead;" | Valu...")
  • 22:10, 7 October 2010 (diff | hist) . . (+76). . N UO.BackpackID(Created page with " UO.BackpackID ⇒ Contains the id of the current character's main backpack.")
  • 22:09, 7 October 2010 (diff | hist) . . (+181). . N UO.AR(Created page with " UO.AR ⇒ system variable determines the Armor Rating (Physical Resistance with AoS system) of the character. This variable will not work unless the character status bar is open.")
  • 22:04, 7 October 2010 (diff | hist) . . (+576). . N OpenEUO:About(Created page with "The OpenEUO automation tool is Cheffe's complete reimplementation of EasyUO, replacing the original scripting language with Lua. OpenEUO supports multiple script execution in a ...") (current)
  • 21:52, 7 October 2010 (diff | hist) . . (+75). . N Getinstalldir(Created page with " getinstalldir () Returns as a string the root directory of openeuo itself.")
  • 21:51, 7 October 2010 (diff | hist) . . (+78). . N Getbasedir(Created page with " getbasedir () Returns as a string the base directory of the executing script.")
  • 21:49, 7 October 2010 (diff | hist) . . (+235). . N Getdate(Created page with " local nYear,nMonth,nDay,nDayOfWeek = getdate () Returns the current date as four values: year, month, day, and day-of-the-week. [http://msdn.microsoft.com/en-us/library/ms72439...")
  • 21:46, 7 October 2010 (diff | hist) . . (+244). . N Gettime(Created page with " local nHour, nMinute, nSecond, nMillisec = gettime () Returns the current time as four values: hours, minutes, seconds, milliseconds. [http://msdn.microsoft.com/en-us/librar...")
  • 21:42, 7 October 2010 (diff | hist) . . (+166). . Getticks
  • 21:42, 7 October 2010 (diff | hist) . . (+179). . N Getticks(Created page with " getticks () Returns the number of milliseconds elapsed since system start. [http://msdn.microsoft.com/en-us/library/ms724408%28VS.85%29.aspx Windows API - GetTickCount function]")
  • 21:37, 7 October 2010 (diff | hist) . . (+391). . Wait
  • 21:27, 7 October 2010 (diff | hist) . . (+52). . N Math.tanh(Created page with " math.tanh (x) Returns the hyperbolic tangent of x.")
  • 21:27, 7 October 2010 (diff | hist) . . (+67). . N Math.tan(Created page with " math.tan (x) Returns the tangent of x (assumed to be in radians).")
  • 21:26, 7 October 2010 (diff | hist) . . (+108). . N Math.sqrt(Created page with " math.sqrt (x) Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)")
  • 21:26, 7 October 2010 (diff | hist) . . (+49). . N Math.sinh(Created page with " math.sinh (x) Returns the hyperbolic sine of x.")
  • 21:26, 7 October 2010 (diff | hist) . . (+64). . N Math.sin(Created page with " math.sin (x) Returns the sine of x (assumed to be in radians).")
  • 21:25, 7 October 2010 (diff | hist) . . (+178). . Math.randomseed
  • 21:24, 7 October 2010 (diff | hist) . . (+123). . N Math.randomseed(Created page with " math.randomseed (x) Sets x as the "seed" for the pseudo-random generator: equal seeds produce equal sequences of numbers.")
  • 21:23, 7 October 2010 (diff | hist) . . (+645). . N Math.random(Created page with " math.random ([m [, n]]) This function is an interface to the simple pseudo-random generator function rand provided by ANSI C. (No guarantees can be given for its statistical pr...")
  • 21:21, 7 October 2010 (diff | hist) . . (+65). . N Math.rad(Created page with " math.rad (x) Returns the angle x (given in degrees) in radians.")
  • 21:21, 7 October 2010 (diff | hist) . . (+114). . N Math.pow(Created page with " math.pow (x, y) Returns x raised to the power of y. (You can also use the expression x^y to compute this value.)")
  • 21:19, 7 October 2010 (diff | hist) . . (+160). . N Math.pi(Created page with " math.pi The value of pi. The decimal representation of π truncated to 50 decimal places is: π = 3.14159265358979323846264338327950288419716939937510...")
  • 21:18, 7 October 2010 (diff | hist) . . (+89). . N Math.modf(Created page with " math.modf (x) Returns two numbers, the integral part of x and the fractional part of x.")
  • 21:18, 7 October 2010 (diff | hist) . . (+69). . N Math.min(Created page with " math.min (x, ···) Returns the minimum value among its arguments.")
  • 21:18, 7 October 2010 (diff | hist) . . (+69). . N Math.max(Created page with " math.max (x, ···) Returns the maximum value among its arguments.")
  • 21:17, 7 October 2010 (diff | hist) . . (+52). . N Math.log10(Created page with " math.log10 (x) Returns the base-10 logarithm of x.")
  • 21:17, 7 October 2010 (diff | hist) . . (+6). . Math.log
  • 21:16, 7 October 2010 (diff | hist) . . (+50). . N Math.log(Created page with " math.log (x) Returns the natural logarithm of x.")
  • 21:16, 7 October 2010 (diff | hist) . . (+58). . N Math.ldexp(Created page with " math.ldexp (m, n) Returns m2^n (n should be an integer).")
  • 21:15, 7 October 2010 (diff | hist) . . (+90). . N Math.huge(Created page with " math.huge The value HUGE_VAL, a value larger than or equal to any other numerical value.")
  • 21:14, 7 October 2010 (diff | hist) . . (+161). . N Math.frexp(Created page with " local m , n = math.frexp (x) Returns m and n such that x = m2^n, n is an integer and the absolute value of m is in the range [0.5, 1) (or zero when x is zero).")
  • 21:13, 7 October 2010 (diff | hist) . . (+105). . N Math.fmod(Created page with " math.fmod (x, y) Returns the remainder of the division of x by y that rounds the quotient towards zero.")
  • 21:13, 7 October 2010 (diff | hist) . . (+72). . N Math.floor(Created page with " math.floor (x) Returns the largest integer smaller than or equal to x.")
  • 21:12, 7 October 2010 (diff | hist) . . (+137). . Math.exp
  • 21:04, 7 October 2010 (diff | hist) . . (+37). . N Math.exp(Created page with " math.exp (x) Returns the value e^x.")
  • 21:03, 7 October 2010 (diff | hist) . . (+65). . N Math.deg(Created page with " math.deg (x) Returns the angle x (given in radians) in degrees.")
  • 21:03, 7 October 2010 (diff | hist) . . (+51). . N Math.cosh(Created page with " math.cosh (x) Returns the hyperbolic cosine of x.")
  • 21:03, 7 October 2010 (diff | hist) . . (+66). . N Math.cos(Created page with " math.cos (x) Returns the cosine of x (assumed to be in radians).")
  • 21:02, 7 October 2010 (diff | hist) . . (+71). . N Math.ceil(Created page with " math.ceil (x) Returns the smallest integer larger than or equal to x.")
  • 21:02, 7 October 2010 (diff | hist) . . (+192). . N Math.atan2(Created page with " math.atan2 (y, x) Returns the arc tangent of y/x (in radians), but uses the signs of both parameters to find the quadrant of the result. (It also handles correctly the case of ...")
  • 21:02, 7 October 2010 (diff | hist) . . (+58). . N Math.atan(Created page with " math.atan (x) Returns the arc tangent of x (in radians).")
  • 21:01, 7 October 2010 (diff | hist) . . (+55). . N Math.asin(Created page with " math.asin (x) Returns the arc sine of x (in radians).")

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