User contributions

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

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

  • 11:51, 8 October 2010 (diff | hist) . . (+18). . UO.GetItem
  • 11:51, 8 October 2010 (diff | hist) . . (+386). . N UO.GetItem(Created page with " local nID,nType,nKind,nContID,nX,nY,nZ,nStack,nRep,nCol = GetItem(nIndex) Returns values associated with a item denoted by nIndex after a UO.ScanItems command. Returned values ...")
  • 11:47, 8 October 2010 (diff | hist) . . (+343). . N UO.GetCont(Created page with " local nKind,sName,nX,nY,nSX,nSY,nId,nType = UO.GetCont(nIndex) Returns values associated with the gump at location nIndex on the 'gump heap'. nIndex 0 is the topmost gump. Ret...")
  • 11:45, 8 October 2010 (diff | hist) . . (+9). . UO.ExMsg
  • 11:44, 8 October 2010 (diff | hist) . . (+801). . N UO.ExMsg(Created page with " UO.ExMsg(nid[,nfont,ncolor],str) UO.ExMsg command shows the string str over the object given by the object id nid. The font and color arguments change the appearance of the mess...")
  • 11:42, 8 October 2010 (diff | hist) . . (+113). . N UO.Equip(Created page with " UO.Equip(nid1[,nid2[,...]]) Instantly equips all of the given object id's. Only available on EA/Mythic shards.")
  • 11:32, 8 October 2010 (diff | hist) . . (+42). . UO.DropG(current)
  • 11:31, 8 October 2010 (diff | hist) . . (+101). . UO.DropPD
  • 11:30, 8 October 2010 (diff | hist) . . (+147). . N UO.DropPD(Created page with " UO.DropPD Drops an item you drag using UO.Drag onto the paperdoll. ''Do not use this to terminate a drag initiated via the UO.CliDrag function.''")
  • 11:28, 8 October 2010 (diff | hist) . . (+283). . N UO.DropG(Created page with " UO.DropG(x,y[,z]) The UO.DropG command drops objects you drag using the UO.Drag command to the given ground (world) coordinate. If no z coordinate is specified, the default will...")
  • 11:25, 8 October 2010 (diff | hist) . . (+128). . UO.DropC(current)
  • 11:24, 8 October 2010 (diff | hist) . . (+437). . N UO.DropC(Created page with " UO.DropC(contid[,nx,ny]) The UO.DropC command drops obects you drag using the UO.Drag command to any container you want. If you specify nx/ny then the item will be dropped in t...")
  • 11:20, 8 October 2010 (diff | hist) . . (+178). . UO.Drag
  • 11:19, 8 October 2010 (diff | hist) . . (+216). . N UO.Drag(Created page with " UO.Drag(nid[, namnt]) Drag the object specified by id nid via packets. This will not affect the UO.LLifted* variables. Alternatively, specify the amount namnt to drag if the o...")
  • 11:17, 8 October 2010 (diff | hist) . . (+154). . N UO.ContTop(Created page with " UO.ContTop(index) Moves the gump enumerated as index to the top of the gump heap, i.e. make it the top level gump/container (index = 0). UO.GetCont")
  • 11:13, 8 October 2010 (diff | hist) . . (+246). . N UO.CliDrag(Created page with " UO.CliDrag(nid) Drags the object specified by id nid. This drag is performed by the client and affects the UO.LLifted* variables. Corresponding drop should be completedy with ...")
  • 11:10, 8 October 2010 (diff | hist) . . (0). . Getkey
  • 11:10, 8 October 2010 (diff | hist) . . (+183). . N Getkey(Created page with " local bpressed = getkey(str) Returns a boolean based upon whether a key or key combination as specified by the string str is depressed or not. TODO: list out valid key names/co...")
  • 11:08, 8 October 2010 (diff | hist) . . (+75). . N Getmouse(Created page with " local x,y = getmouse() Returns the screen coordinates of the mouse cursor.")
  • 11:06, 8 October 2010 (diff | hist) . . (+13). . Listatoms
  • 11:06, 8 October 2010 (diff | hist) . . (+200). . N Listatoms(Created page with " local list = listatoms(str) Returns a table filled with atomic variables whose names partially or fully match the string given by str. TODO: does this return an empty list or n...")
  • 11:04, 8 October 2010 (diff | hist) . . (+248). . N Getatom(Created page with " local val = getatom(str) Returns the value of an atomic variable that is available to all executing scripts in the same OpenEUO instance. The variable name is specified by the ...")
  • 11:02, 8 October 2010 (diff | hist) . . (+9). . Setatom(current)
  • 11:02, 8 October 2010 (diff | hist) . . (+9). . Cmpsetatom
  • 11:01, 8 October 2010 (diff | hist) . . (+318). . N Cmpsetatom(Created page with " local bsuccess = cmpsetatom(str, ev, nv) Compares an atomic variable of name given by string str, with a value ev. If the comparison holds true, the variable will be set to the...")
  • 10:58, 8 October 2010 (diff | hist) . . (+32). . Setatom
  • 10:58, 8 October 2010 (diff | hist) . . (+302). . N Setatom(Created page with " setatom(str,val) Sets a variable available to all executing scripts in the same OpenEUO instance. Variable name is provided by the string str, and the value of the variable is ...")
  • 10:54, 8 October 2010 (diff | hist) . . (+89). . UO.LTargetKind
  • 10:53, 8 October 2010 (diff | hist) . . (-2). . UO.LTargetKind
  • 10:52, 8 October 2010 (diff | hist) . . (+749). . N UO.LTargetKind(Created page with " UO.LTargetKind ⇔ Returns the class of object that was last targeted. The possible values of this variable are listed in the table below. This variable should also be properly...")
  • 10:49, 8 October 2010 (diff | hist) . . (+417). . N UO.LTargetTile(Created page with " UO.LTargetTile ⇔ Returns the tile last targeted. The number in this variable is determined by the graphic of the tile. You can also write to this variable and use it in conju...") (current)
  • 10:46, 8 October 2010 (diff | hist) . . (+356). . N UO.LTargetZ(Created page with " UO.LTargetZ ⇔ Returns the world z-coordinate of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will ...") (current)
  • 10:45, 8 October 2010 (diff | hist) . . (+356). . N UO.LTargetY(Created page with " UO.LTargetY ⇔ Returns the world y-coordinate of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will ...") (current)
  • 10:45, 8 October 2010 (diff | hist) . . (+34). . UO.LTargetX(current)
  • 10:44, 8 October 2010 (diff | hist) . . (+322). . N UO.LTargetX(Created page with " UO.LTargetX ⇔ Returns the world x-coordinate of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will ...")
  • 10:42, 8 October 2010 (diff | hist) . . (+299). . N UO.LTargetID(Created page with " UO.LTargetID ⇔ Return the id of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will target the objec...")
  • 10:27, 8 October 2010 (diff | hist) . . (+269). . N UO.NextCPosY(Created page with " UO.NextCPosY ⇔ Return or set the y-coordinate of where the next container/gump will open. Note: The "Offset interface windows rather than perfectly stacking them" client op...")
  • 10:26, 8 October 2010 (diff | hist) . . (+250). . N UO.NextCPosX(Created page with " UO.NextCPosX ⇔ Return or set the x-coordinate of where the next container/gump will open. Note: The "Offset interface windows rather than perfectly stacking them" client op...")
  • 10:23, 8 October 2010 (diff | hist) . . (+216). . N UO.LLiftedType(Created page with " UO.LLiftedType ⇒ Returns the type of the object last dragged/lifted (either manually or with the UO.CliDrag event, or via UO.Click). Note: The UO.Drag function, being packet...")
  • 10:13, 8 October 2010 (diff | hist) . . (+80). . UO.LLiftedID
  • 10:12, 8 October 2010 (diff | hist) . . (+494). . N UO.LLiftedKind(Created page with " UO.LLiftedKind ⇒ Returns whether or not an object is being dragged/lifted(either manually or with the UO.CliDrag event, or via UO.Click). The possible values of this variable ...")
  • 10:05, 8 October 2010 (diff | hist) . . (+64). . UO.LLiftedID
  • 10:04, 8 October 2010 (diff | hist) . . (+67). . N UO.LLiftedID(Created page with " UO.LLiftedID ⇒ Returns the id of the object last dragged/lifted.")
  • 10:03, 8 October 2010 (diff | hist) . . (+20). . UO.LObjectID(current)
  • 10:03, 8 October 2010 (diff | hist) . . (+18). . UO.LObjectType(current)
  • 10:02, 8 October 2010 (diff | hist) . . (+68). . N UO.LObjectType(Created page with " UO.LObjectType ⇒ Returns the object type of the last used object.")
  • 10:02, 8 October 2010 (diff | hist) . . (+606). . N UO.LObjectID(Created page with " UO.LObjectID ⇔ Returns the ID of the last used object. You can also write to this variable and use it in conjunction with UO.Macro(17) (LastObject), which will use the object ...")
  • 09:54, 8 October 2010 (diff | hist) . . (+2,600). . N UO.LSpell(Created page with " UO.LSpell ⇔ Returns the last spell cast. You can also write to this variable and use it in conjunction with UO.Macro(16) (LastSpell), which will cast the spell. ==== Spells ...")
  • 09:50, 8 October 2010 (diff | hist) . . (+886). . N UO.LSkill(Created page with " UO.LSkill ⇔ Returns the skill last used. You can also write to this variable and use it in conjunction with UO.Macro(14) (LastSkill), which will perform the skill as if you cl...")
  • 09:48, 8 October 2010 (diff | hist) . . (+3). . UO.LShard
  • 09:47, 8 October 2010 (diff | hist) . . (+1,212). . N UO.LShard(Created page with " UO.LShard ⇔ Return or set the last shard of your choice. UO.LShard is where the unique shard number for the last shard picked is stored. This is the shard that is shown next ...")
  • 09:39, 8 October 2010 (diff | hist) . . (+348). . N UO.TargCurs(Created page with " UO.TargCurs ⇔ Returns whether the game cursor is a targeting cursor, or may be set to obtain a targeting cursor. {| border="1" cellpadding="2" |+UO.TargCurs Values | width=60...")
  • 09:37, 8 October 2010 (diff | hist) . . (+1). . UO.SysMsg
  • 09:37, 8 October 2010 (diff | hist) . . (+158). . N UO.SysMsg(Created page with "UO.SysMsg ⇒ Returns the latest system message. Note: there appears to be no equivalent to the EUO #sysmsgcol variable for reading the system message color.")
  • 09:34, 8 October 2010 (diff | hist) . . (+77). . N UO.Shard(Created page with " UO.Shard ⇒ Returns the name of the shard that the client is logged in to.")
  • 09:32, 8 October 2010 (diff | hist) . . (+31). . UO.LHandID(current)
  • 09:32, 8 October 2010 (diff | hist) . . (+30). . UO.RHandID(current)
  • 09:31, 8 October 2010 (diff | hist) . . (+359). . N UO.RHandID(Created page with " UO.RHandID ⇔ Return the item held in the character's right hand, or set the item ''to be held'' upon employing UO.Macro(24,2). Note: This variable is used with an event mac...")
  • 09:31, 8 October 2010 (diff | hist) . . (+1). . UO.LHandID
  • 09:30, 8 October 2010 (diff | hist) . . (+354). . N UO.LHandID(Created page with "UO.LHandID ⇔ Return the item held in the character's left hand, or set the item ''to be held'' upon employing UO.Macro(24,1). Note: This variable is used with an event macro...")
  • 09:27, 8 October 2010 (diff | hist) . . (+18). . UO.EnemyID(current)
  • 09:27, 8 October 2010 (diff | hist) . . (+279). . N UO.EnemyHits(Created page with " UO.EnemyHits ⇒ Returns the '''percentage''' of hit points left on the current enemy as given by UO.EnemyID. Note: It is only possible to see one enemy at a time using this ...") (current)
  • 09:26, 8 October 2010 (diff | hist) . . (+70). . UO.EnemyID
  • 09:25, 8 October 2010 (diff | hist) . . (+316). . N UO.EnemyID(Created page with " UO.EnemyID ⇒ Returns the ID of a current enemy mobile. Note: It is only possible to see one enemy at a time using this variable. If you have more than one enemy, the variabl...")
  • 09:21, 8 October 2010 (diff | hist) . . (+335). . N UO.CursorY(Created page with " UO.CursorY ⇒ Holds the current y-coordinate screen position of the mouse cursor. Note: the cursor coordinates (CursorX and CursorY) are given relative to the upper left corn...")
  • 09:20, 8 October 2010 (diff | hist) . . (+39). . UO.CursorX
  • 09:20, 8 October 2010 (diff | hist) . . (+296). . N UO.CursorX(Created page with " UO.CursorX ⇒ Holds the current x-coordinate screen position of the mouse cursor. Note: the cursor coordinates (CursorX and CursorY) are given relative to the upper left corn...")
  • 09:18, 8 October 2010 (diff | hist) . . (+12). . UO.CursKind
  • 09:17, 8 October 2010 (diff | hist) . . (+303). . N UO.CursKind(Created page with " UO.CursKind ⇒ Returns the facet where the character is. {| border="1" cellpadding="2" |+UO.CursKind Values | width=60px style="background:#ffdead;" | Value || width=200px st...")
  • 09:15, 8 October 2010 (diff | hist) . . (+151). . N UO.MaxFol(Created page with " UO.MaxFol ⇒ Returns the maximum number of followers allowed for the character. The character status bar must be open to read this variable properly.")
  • 09:14, 8 October 2010 (diff | hist) . . (+146). . N UO.Followers(Created page with " UO.Followers ⇒ Returns the current number of followers for the character. The character status bar must be open to read this variable properly.")
  • 09:13, 8 October 2010 (diff | hist) . . (+141). . N UO.Gold(Created page with " UO.Gold ⇒ Returns the total amount of gold carried by the character. The character status bar must be open to read this variable properly.")
  • 09:12, 8 October 2010 (diff | hist) . . (+165). . N UO.MaxDmg(Created page with " UO.MaxDmg ⇒ Returns the current maximum damage yield of the weapon wielded by the character. The character status bar must be open to read this variable properly.")
  • 09:12, 8 October 2010 (diff | hist) . . (+165). . N UO.MinDmg(Created page with " UO.MinDmg ⇒ Returns the current minimum damage yield of the weapon wielded by the character. The character status bar must be open to read this variable properly.")
  • 09:11, 8 October 2010 (diff | hist) . . (+151). . N UO.MaxWeight(Created page with " UO.MaxWeight ⇒ Returns the maximum allowable Weight bearable by the character. The character status bar must be open to read this variable properly.")
  • 09:10, 8 October 2010 (diff | hist) . . (+129). . N UO.Weight(Created page with " UO.Weight ⇒ Returns the current Weight of the character. The character status bar must be open to read this variable properly.")
  • 09:10, 8 October 2010 (diff | hist) . . (+125). . N UO.Luck(Created page with " UO.Luck ⇒ Returns the current Luck of the character. The character status bar must be open to read this variable properly.")
  • 09:09, 8 October 2010 (diff | hist) . . (+139). . N UO.MaxStats(Created page with " UO.MaxStats ⇒ Returns the maximum combined Stats of the character. The character status bar must be open to read this variable properly.")
  • 09:08, 8 October 2010 (diff | hist) . . (+128). . N UO.MaxMana(Created page with " UO.MaxMana ⇒ Returns the maximum Mana of the character. The character status bar must be open to read this variable properly.")
  • 09:08, 8 October 2010 (diff | hist) . . (+125). . N UO.Mana(Created page with " UO.Mana ⇒ Returns the current Mana of the character. The character status bar must be open to read this variable properly.")
  • 09:05, 8 October 2010 (diff | hist) . . (+124). . N UO.Int(Created page with " UO.Int ⇒ Returns the Intelligence of the character. The character status bar must be open to read this variable properly.")
  • 09:05, 8 October 2010 (diff | hist) . . (+131). . N UO.MaxStam(Created page with " UO.MaxStam ⇒ Returns the maximum Stamina of the character. The character status bar must be open to read this variable properly.")
  • 09:04, 8 October 2010 (diff | hist) . . (+131). . N UO.Stamina(Created page with " UO.Stamina ⇒ Returns the current Stamina of the character. The character status bar must be open to read this variable properly.")
  • 09:03, 8 October 2010 (diff | hist) . . (+129). . N UO.Dex(Created page with " UO.Dex ⇒ Returns the current Dexterity of the character. The character status bar must be open to read this variable properly.")
  • 09:03, 8 October 2010 (diff | hist) . . (+134). . N UO.MaxHits(Created page with " UO.MaxHits ⇒ Returns the maximum Hit Points of the character. The character status bar must be open to read this variable properly.")
  • 09:02, 8 October 2010 (diff | hist) . . (+131). . N UO.Hits(Created page with " UO.Hits ⇒ Returns the current Hit Points of the character. The character status bar must be open to read this variable properly.")
  • 09:01, 8 October 2010 (diff | hist) . . (+120). . N UO.Str(Created page with " UO.Str ⇒ Returns the Strength of the character. The character status bar must be open to read this variable properly.")
  • 09:00, 8 October 2010 (diff | hist) . . (+132). . N UO.Sex(Created page with " UO.Sex ''Yes please.'' ⇒ Returns the sex of the character. The character status bar must be open to read this variable properly.")
  • 08:59, 8 October 2010 (diff | hist) . . (+131). . N UO.TP(Created page with " UO.TP ⇒ Returns the Tithing Points available to character. The character status bar must be open to read this variable properly.")
  • 08:58, 8 October 2010 (diff | hist) . . (+124). . N UO.PR(Created page with " UO.PR ⇒ Returns the Poison Resist of the character. The character status bar must be open to read this variable properly.")
  • 08:57, 8 October 2010 (diff | hist) . . (+122). . N UO.FR(Created page with " UO.FR ⇒ Returns the Fire Resist of the character. The character status bar must be open to read this variable properly.")
  • 08:57, 8 October 2010 (diff | hist) . . (+124). . N UO.ER(Created page with " UO.ER ⇒ Returns the Energy Resist of the character. The character status bar must be open to read this variable properly.")
  • 08:56, 8 October 2010 (diff | hist) . . (+122). . N UO.CR(Created page with " UO.CR ⇒ Returns the Cold Resist of the character. The character status bar must be open to read this variable properly.")
  • 08:55, 8 October 2010 (diff | hist) . . (+131). . N UO.ContType(Created page with " UO.ContType ⇒ Returns the object type of the "top most" gump. This means that the last gump that was opened or moved in any way.")
  • 08:54, 8 October 2010 (diff | hist) . . (+127). . N UO.ContSizeY(Created page with " UO.ContSizeY ⇒ Returns the height of the "top most" gump. This means that the last gump that was opened or moved in any way.")
  • 08:53, 8 October 2010 (diff | hist) . . (+126). . N UO.ContSizeX(Created page with " UO.ContSizeX ⇒ Returns the width of the "top most" gump. This means that the last gump that was opened or moved in any way.")
  • 08:52, 8 October 2010 (diff | hist) . . (+138). . N UO.ContPosY(Created page with " UO.ContPosY ⇔ Set or return the y-coordinate of the "top most" gump. This means that the last gump that was opened or moved in any way.")
  • 08:51, 8 October 2010 (diff | hist) . . (+145). . N UO.ContPosX(Created page with " UO.ContPosX ⇔ Set or return the screen x-coordinate of the "top most" gump. This means that the last gump that was opened or moved in any way.")
  • 08:50, 8 October 2010 (diff | hist) . . (+131). . N UO.ContName(Created page with " UO.ContName ⇒ Returns the object type of the "top most" gump. This means that the last gump that was opened or moved in any way.")
  • 08:49, 8 October 2010 (diff | hist) . . (+392). . N UO.ContKind(Created page with " UO.ContKind ⇒ Returns the kind of the "top most" gump. This means that the last gump that was opened or moved in any way. Most menus have a kind attached to them. The can be u...")
  • 08:46, 8 October 2010 (diff | hist) . . (+16). . UO.ContID
  • 08:45, 8 October 2010 (diff | hist) . . (+16). . UO.ContID
  • 08:44, 8 October 2010 (diff | hist) . . (+130). . N UO.ContID(Created page with " UO.ContID ⇒ Returns the id of the "top most" gump/container. This means that the last gump that was opened or moved in any way.")
  • 08:42, 8 October 2010 (diff | hist) . . (+65). . N UO.CliYRes(Created page with " UO.CliYRes ⇔ Set or return the height of the game-play window.")
  • 08:42, 8 October 2010 (diff | hist) . . (+64). . N UO.CliXRes(Created page with " UO.CliXRes ⇔ Set or return the width of the game-play window.")
  • 22:32, 7 October 2010 (diff | hist) . . (+57). . N UO.CliVer(Created page with " UO.CliVer ⇒ Returns the version of the current client.")
  • 22:31, 7 October 2010 (diff | hist) . . (+1). . UO.CliTop
  • 22:31, 7 October 2010 (diff | hist) . . (+80). . N UO.CliTop(Created page with "UO.CliTop ⇔ Set or return the Y value of the top edge of the game-play window.")
  • 22:30, 7 October 2010 (diff | hist) . . (+53). . UO.CliNr(current)
  • 22:29, 7 October 2010 (diff | hist) . . (+39). . UO.CliNr
  • 22:28, 7 October 2010 (diff | hist) . . (+101). . N UO.CliNr(Created page with " UO.CliNr ⇔ Set or return the game client to which the script is currently attached. UO.CliCnt")
  • 22:27, 7 October 2010 (diff | hist) . . (+278). . N UO.CliLogged(Created page with " UO.CliLogged ⇒ Returns if a character is logged into the game. {| border="1" cellpadding="2" |+UO.CliLogged Values |- | width=40px style="background:#ffdead;" | Value || widt...")
  • 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).")
  • 21:01, 7 October 2010 (diff | hist) . . (+57). . N Math.acos(Created page with " math.acos (x) Returns the arc cosine of x (in radians).")
  • 21:01, 7 October 2010 (diff | hist) . . (+47). . N Math.abs(Created page with " math.abs (x) Returns the absolute value of x.")
  • 20:58, 7 October 2010 (diff | hist) . . (+17). . String.match
  • 20:58, 7 October 2010 (diff | hist) . . (+16). . String.gsub(current)
  • 20:57, 7 October 2010 (diff | hist) . . (+17). . String.gmatch
  • 20:57, 7 October 2010 (diff | hist) . . (+4,393). . String.find
  • 20:55, 7 October 2010 (diff | hist) . . (+235). . N String.upper(Created page with " string.upper (s) Receives a string and returns a copy of this string with all lowercase letters changed to uppercase. All other characters are left unchanged. The definition of ...")
  • 20:55, 7 October 2010 (diff | hist) . . (+349). . N String.sub(Created page with " string.sub (s, i [, j]) Returns the substring of s that starts at i and continues until j; i and j can be negative. If j is absent, then it is assumed to be equal to -1 (which i...")
  • 20:54, 7 October 2010 (diff | hist) . . (+67). . N String.reverse(Created page with " string.reverse (s) Returns a string that is the string s reversed.")
  • 20:54, 7 October 2010 (diff | hist) . . (+90). . N String.rep(Created page with " string.rep (s, n) Returns a string that is the concatenation of n copies of the string s.")
  • 20:53, 7 October 2010 (diff | hist) . . (+454). . N String.match(Created page with " string.match (s, pattern [, init]) Looks for the first match of pattern in the string s. If it finds one, then match returns the captures from the pattern; otherwise it returns ...")
  • 20:53, 7 October 2010 (diff | hist) . . (+236). . N String.lower(Created page with " string.lower (s) Receives a string and returns a copy of this string with all uppercase letters changed to lowercase. All other characters are left unchanged. The definition of ...")
  • 20:52, 7 October 2010 (diff | hist) . . (+150). . N String.len(Created page with " string.len (s) Receives a string and returns its length. The empty string "" has length 0. Embedded zeros are counted, so "a\000bc\000" has length 5.")
  • 20:52, 7 October 2010 (diff | hist) . . (+2,100). . N String.gsub(Created page with "string.gsub (s, pattern, repl [, n]) Returns a copy of s in which all (or the first n, if given) occurrences of the pattern have been replaced by a replacement string specified b...")
  • 20:51, 7 October 2010 (diff | hist) . . (+80). . String.gmatch
  • 20:50, 7 October 2010 (diff | hist) . . (+745). . N String.gmatch(Created page with " string.gmatch (s, pattern) Returns an iterator function that, each time it is called, returns the next captures from pattern over string s. If pattern specifies no captures, the...")
  • 20:50, 7 October 2010 (diff | hist) . . (+1,130). . N String.format(Created page with " string.format (formatstring, ···) Returns a formatted version of its variable number of arguments following the description given in its first argument (which must be a strin...")
  • 20:47, 7 October 2010 (diff | hist) . . (+814). . N String.find(Created page with " string.find (s, pattern [, init [, plain]]) Looks for the first match of pattern in the string s. If it finds a match, then find returns the indices of s where this occurrence s...")
  • 20:44, 7 October 2010 (diff | hist) . . (+345). . N String.dump(Created page with " string.dump (function) Returns a string containing a binary representation of the given function, so that a later loadstring on this string returns a copy of the function. func...")
  • 20:41, 7 October 2010 (diff | hist) . . (+283). . Openfile
  • 20:35, 7 October 2010 (diff | hist) . . (+301). . N String.char(Created page with " string.char (···) Receives zero or more integers. Returns a string with length equal to the number of arguments, in which each character has the internal numerical code equal...") (current)
  • 20:34, 7 October 2010 (diff | hist) . . (+333). . N String.byte(Created page with " string.byte (s [, i [, j]]) Returns the internal numerical codes of the characters s[i], s[i+1], ···, s[j]. The default value for i is 1; the default value for j is i. Note ...")
  • 20:30, 7 October 2010 (diff | hist) . . (+3,120). . Openfile
  • 20:25, 7 October 2010 (diff | hist) . . (+80). . Openfile
  • 20:23, 7 October 2010 (diff | hist) . . (+718). . Openfile
  • 20:22, 7 October 2010 (diff | hist) . . (+677). . N Openfile(Created page with " io.open (filename [, mode]) This function opens a file, in the mode specified in the string mode. It returns a new file handle, or, in case of errors, nil plus an error message...")
  • 20:17, 7 October 2010 (diff | hist) . . (+134). . Bit.Shl
  • 20:16, 7 October 2010 (diff | hist) . . (+179). . N Bit.Shr(Created page with " Bit.Shr(n1,n2) Returns the result of shifting n1 to the right by n2 bits. Since numbers are stored in double format, don't use this as a shortcut for division by a power of two.")
  • 20:14, 7 October 2010 (diff | hist) . . (+78). . N Bit.Shl(Created page with " BitShl(n1,n2) Returns the result of bitwise shifting n1 to the left n2 bits.")
  • 20:12, 7 October 2010 (diff | hist) . . (+423). . N Bit.Xor(Created page with " Bit.Xor(n1,n2,...) Returns the results of a bitwise exclusive or operation on the arguments. The arguments are numbers, numbers in Lua are doubles, and the double type contains...")
  • 20:10, 7 October 2010 (diff | hist) . . (+408). . N Bit.Or(Created page with " Bit.Or(n1,n2,...) Returns the result of a bitwise or operation on the arguments. Arguments are numbers, numbers under Lua are doubles, and the double type contains 64 bits: 1 f...")
  • 20:08, 7 October 2010 (diff | hist) . . (+352). . N Bit.Not(Created page with " Bit.Not(n) Returns the result of a bitwise not operation on the sole argument. n is a number, numbers are doubles in Lua, and the double type contains 64 bits: 1 for sign, 11 f...")
  • 20:06, 7 October 2010 (diff | hist) . . (+23). . Bit.And
  • 20:05, 7 October 2010 (diff | hist) . . (+431). . N Bit.And(Created page with " Bit.And(n1,n2,...) Provides support for the bitwise and operation. n1, n2 and other arguments are numbers. Numbers in Lua are defined as doubles. The double type contains 64 b...")
  • 19:56, 7 October 2010 (diff | hist) . . (+21). . Ipairs(current)
  • 19:55, 7 October 2010 (diff | hist) . . (-12). . Getfenv
  • 19:53, 7 October 2010 (diff | hist) . . (+12). . Getfenv
  • 19:52, 7 October 2010 (diff | hist) . . (+45). . Dofile(current)
  • 19:51, 7 October 2010 (diff | hist) . . (+59). . Loadfile(current)
  • 19:51, 7 October 2010 (diff | hist) . . (+78). . Loadstring(current)
  • 19:11, 7 October 2010 (diff | hist) . . (+626). . N Obj.Create(Created page with " local oref = Obj.Create (str) Create a gui object of the given type as specified by the string str. e.g. local form = Obj.Create ("TForm") instantiates a TForm object and as...")
  • 18:59, 7 October 2010 (diff | hist) . . (+114). . Obj.Free(current)
  • 18:56, 7 October 2010 (diff | hist) . . (+113). . N Obj.Free(Created page with " Obj.Free(oref) Frees the object referenced by oref, created previously by a call to Obj.Create. Obj.Create")
  • 18:52, 7 October 2010 (diff | hist) . . (+19). . Obj.Exit(current)
  • 18:52, 7 October 2010 (diff | hist) . . (+159). . N Obj.Exit(Created page with " Obj.Exit () Only applicable to a script using objects, Obj.Exit posts a message to the script's event queue requesting termination of Obj.Loop. Obj.Loop")
  • 18:50, 7 October 2010 (diff | hist) . . (+312). . N Obj.Loop(Created page with " Obj.Loop () Swallows execution of thread and processes incoming windows messages by calling any associated object event handlers. Obj.Loop does not return until an Obj.Exit i...") (current)
  • 18:46, 7 October 2010 (diff | hist) . . (+21). . Wait
  • 18:45, 7 October 2010 (diff | hist) . . (+14). . Wait
  • 18:45, 7 October 2010 (diff | hist) . . (+151). . N Wait(Created page with " wait (msec) Temporarily pauses execution of the script for msec milliseconds. Keep durations short if used in a gui thread where events are handled.")
  • 18:41, 7 October 2010 (diff | hist) . . (+52). . N Stop(Created page with " stop () Immediately ends execution of the script.")
  • 18:40, 7 October 2010 (diff | hist) . . (+119). . N Pause(Created page with " pause () Pauses execution of the script; may be resumed from the gui by using the run command or via single-stepping.")
  • 18:38, 7 October 2010 (diff | hist) . . (+82). . N Dostring(Created page with " dostring (str) Like dofile, except that the string str is processed. Dofile") (current)
  • 18:37, 7 October 2010 (diff | hist) . . (+24). . Table.remove
  • 18:36, 7 October 2010 (diff | hist) . . (+552). . N Table.sort(Created page with " table.sort (table [, comp]) Sorts table elements in a given order, in-place, from table[1] to table[n], where n is the length of the table. If comp is given, then it must be a f...")
  • 18:35, 7 October 2010 (diff | hist) . . (+433). . N Table.remove(Created page with " table.remove (table [, pos]) Removes from table the element at position pos, shifting down other elements to close the space, if necessary. Returns the value of the removed ele...")
  • 18:33, 7 October 2010 (diff | hist) . . (+255). . N Table.maxn(Created page with " table.maxn (table) Returns the largest positive numerical index of the given table, or zero if the table has no positive numerical indices. (To do its job this function does a ...")
  • 18:31, 7 October 2010 (diff | hist) . . (+460). . N Table.insert(Created page with " table.insert (table, [pos,] value) Inserts element value at position pos in table, shifting up other elements to open space, if necessary. The default value for pos is n+1, whe...")
  • 18:30, 7 October 2010 (diff | hist) . . (+326). . N Table.concat(Created page with " table.concat (table [, sep [, i [, j]]]) Given an array where all elements are strings or numbers, returns table[i]..sep..table[i+1] ··· sep..table[j]. The default value for ...")
  • 18:27, 7 October 2010 (diff | hist) . . (+417). . N Unpack(Created page with " unpack (list [, i [, j]]) Returns the elements from the given table. This function is equivalent to return list[i], list[i+1], ···, list[j] except that the above code ...")
  • 18:26, 7 October 2010 (diff | hist) . . (+224). . N Type(Created page with " type (v) Returns the type of its only argument, coded as a string. The possible results of this function are "nil" (a string, not the value nil), "number", "string", "boolean", ...")
  • 18:25, 7 October 2010 (diff | hist) . . (+348). . N Tostring(Created page with " tostring (e) Receives an argument of any type and converts it to a string in a reasonable format. For complete control of how numbers are converted, use string.format. If the m...")
  • 18:25, 7 October 2010 (diff | hist) . . (+711). . N Tonumber(Created page with " tonumber (e [, base]) Tries to convert its argument to a number. If the argument is already a number or a string convertible to a number, then tonumber returns this number; othe...")
  • 18:22, 7 October 2010 (diff | hist) . . (+73). . Setmetatable
  • 18:21, 7 October 2010 (diff | hist) . . (+308). . N Setmetatable(Created page with " setmetatable (table, metatable) Sets the metatable for the given table. (You cannot change the metatable of other types from Lua, only from C.) If metatable is nil, removes the...")
  • 18:21, 7 October 2010 (diff | hist) . . (+48). . Setfenv
  • 18:20, 7 October 2010 (diff | hist) . . (+365). . N Setfenv(Created page with " setfenv (f, table) Sets the environment to be used by the given function. f can be a Lua function or a number that specifies the function at that stack level: Level 1 is the fu...")
  • 18:19, 7 October 2010 (diff | hist) . . (+206). . N Select(Created page with " select (index, ···) If index is a number, returns all arguments after argument number index. Otherwise, index must be the string "#", and select returns the total number of ...")
  • 18:19, 7 October 2010 (diff | hist) . . (+297). . N Rawset(Created page with " rawset (table, index, value) Sets the real value of table[index] to value, without invoking any metamethod. table must be a table, index any value different from nil, and value...")
  • 18:17, 7 October 2010 (diff | hist) . . (+213). . N Rawget(Created page with " rawget (table, index) Gets the real value of table[index], without invoking any metamethod. table must be a table; index may be any value. [http://www.lua.org/manual/5.1/manua...")
  • 18:16, 7 October 2010 (diff | hist) . . (+178). . N Rawequal(Created page with " rawequal (v1, v2) Checks whether v1 is equal to v2, without invoking any metamethod. Returns a boolean. [http://www.lua.org/manual/5.1/manual.html#2.8 Lua Manual - Metatables]")
  • 18:15, 7 October 2010 (diff | hist) . . (+324). . N Print(Created page with " print (···) Receives any number of arguments, and prints their values to the feedback window, using the tostring function to convert them to strings. print is not intended fo...")
  • 18:14, 7 October 2010 (diff | hist) . . (+516). . N Pcall(Created page with " pcall (f, arg1, ···) Calls function f with the given arguments in protected mode. This means that any error inside f is not propagated; instead, pcall catches the error and ...")
  • 18:11, 7 October 2010 (diff | hist) . . (+12). . Pairs(current)
  • 18:11, 7 October 2010 (diff | hist) . . (+1). . Next(current)
  • 18:11, 7 October 2010 (diff | hist) . . (+10). . Next
  • 18:11, 7 October 2010 (diff | hist) . . (+280). . N Pairs(Created page with "pairs (t) Returns three values: the next function, the table t, and nil, so that the construction for k,v in pairs(t) do body end will iterate over all key–value pairs ...")
  • 18:10, 7 October 2010 (diff | hist) . . (+935). . N Next(Created page with " next (table [, index]) Allows a program to traverse all fields of a table. Its first argument is a table and its second argument is an index in this table. next returns the nex...")
  • 18:08, 7 October 2010 (diff | hist) . . (+229). . N Loadstring(Created page with " loadstring (string [, chunkname]) Similar to loadfile, but gets the chunk from the given string. To load and run a given string, use the idiom assert(loadstring(s))() W...")
  • 18:07, 7 October 2010 (diff | hist) . . (+238). . N Loadfile(Created page with " loadfile ([filename]) Loads a chunk from file filename. If there are no errors, returns the compiled chunk as a function; otherwise, returns nil plus the error message. The env...")
  • 18:04, 7 October 2010 (diff | hist) . . (+248). . N Ipairs(Created page with " ipairs (t) Returns three values: an iterator function, the table t, and 0, so that the construction for i,v in ipairs(t) do body end will iterate over the pairs (1,t[1])...")
  • 18:02, 7 October 2010 (diff | hist) . . (+73). . Getmetatable
  • 18:00, 7 October 2010 (diff | hist) . . (+220). . N Getmetatable(Created page with " getmetatable(object) If object does not have a metatable, returns nil. Otherwise, if the object's metatable has a "__metatable" field, returns the associated value. Otherwise, ...")
  • 17:56, 7 October 2010 (diff | hist) . . (+319). . N Getfenv(Created page with " getfenv ([f]) Returns the current environment in use by the function. f can be a Lua function or a number that specifies the function at that stack level: Level 1 is the functio...")
  • 17:55, 7 October 2010 (diff | hist) . . (+559). . N Error(Created page with " error (message [, level]) Terminates the last protected function called and returns message as the error message. Function error never returns. Usually, error adds some informa...")
  • 17:54, 7 October 2010 (diff | hist) . . (+235). . N Dofile(Created page with " dofile (filename) Opens the named file and executes its contents as a Lua chunk. Returns all values returned by the chunk. In case of errors, dofile propagates the error to its...")
  • 17:52, 7 October 2010 (diff | hist) . . (+901). . N Collectgarbage(Created page with " collectgarbage (opt [, arg]) This function is a generic interface to the garbage collector. It performs different functions according to its first argument, opt: * "stop": st...")
  • 17:51, 7 October 2010 (diff | hist) . . (+219). . N Assert(Created page with " assert (v [, message]) Issues an error when the value of its argument v is false (i.e., nil or false); otherwise, returns all its arguments. message is an error message; when a...")
  • 17:49, 7 October 2010 (diff | hist) . . (+387). . N G(Created page with "A global variable (not a function) that holds the global environment (that is, _G._G = _G). Lua itself does not use this variable; changing its value does not affect any environm...")

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