lua
math.fmod always euqls math.mod?
I tried to figure out the difference between math.fmod and math.mod with the following code: a={9.5 ,-9.5,-9.5,9.5}[详细]
2023-03-28 22:28 分类:问答lua compile require errors
I get tons of errors after I compile a lua file into a stand-alone program (i.e. exe) with srlua. Always anything in the \"require()\" it cannot find later and the program will simply not run.[详细]
2023-03-28 14:53 分类:问答Degree between 2 vectors?
What\'s wrong with this degree calculation? I\'ve chosen 2 vectors, which should have a degree of 90°.[详细]
2023-03-28 12:52 分类:问答Why is this function not making multiple bullets?
I am working on a function to shoot multiple bullets here it is: local function shootBullets ( event )[详细]
2023-03-28 11:57 分类:问答Corona SDK collision detection isn't working
I have a (working) function that is generating bullets: local function shootBullets ( event ) -- It\'s called through a timer[详细]
2023-03-28 04:11 分类:问答Lua: looking for an open source graphical interpreter / console / interactive shell [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-27 18:50 分类:问答Lua library -- returning an array in lua from C
I\'m not sure if the title correctly reflects my question. I have a library implemented in C for lua provided to me by my employer.[详细]
2023-03-27 18:13 分类:问答Lua unit tests for Android code
I have a question. Can I develop some unit tests in Lua in order to test an Android applica开发者_JS百科tion or does Lua unit testing only apply to Lua code? If yes, how?[详细]
2023-03-27 11:38 分类:问答Beginning Lua: How to call functions from terminal on Mac OS?
I\'m new to Lua and work around with some tutorials, try some basic stuff like coding common algorithms etc.[详细]
2023-03-26 04:20 分类:问答What does it do? for i=1,select('#',...)
I encountered the following code in a project that I\'m working with. i don\'t understand the iteration part of for-loop. What is the select() function?[详细]
2023-03-26 03:34 分类:问答