Search results
Results from the WOW.Com Content Network
Pages in category "Lua (programming language)-scripted video games" The following 180 pages are in this category, out of 180 total. This list may not reflect recent changes .
Pages in category "Lua (programming language)-scriptable game engines" The following 17 pages are in this category, out of 17 total. This list may not reflect recent changes .
QSC Audio Products supports Lua scripting for control of external devices and other advanced functionality within Q-SYS Designer. Quartz Composer, a visual programming tool by Apple, can be scripted in Lua via a free plugin produced by Boinx Software. Ravenfield (video game) is a first person shooter sandbox game that uses a modified version of ...
Lua patterns deliberately lack the most complex regular expression constructs (to avoid bloating the Lua code base), where many other computer languages or libraries use a more complete set. Lua patterns are not even a subset of regular expressions, as there are also discrepancies, like Lua using the escape character % instead of \, , and ...
Lua 1.0 was designed in such a way that its object constructors, being then slightly different from the current light and flexible style, incorporated the data-description syntax of SOL (hence the name Lua: Sol meaning "Sun" in Portuguese, and Lua meaning "Moon").
ZeroBrane Studio is a lightweight open-source Lua IDE with code completion, syntax highlighting, code analyzer, live coding, and debugging support for Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4, LuaJIT, and other Lua engines.
Cortex Command screenshot. The player takes the role of a stationary or mobile "brain", which can take control of other purchased units in order to accomplish objectives. Missions range from tasks such as retrieving a control chip in a cave filled with zombies to defending the brain from attack.
The string-search functions in Lua script can run extremely fast, comparing millions of characters per second. For example, a search of a 40,000-character article text, for 99 separate words (passed as 99 parameters in a template), ran within one second of Lua CPU clock time.