Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: fusionpit
Forum: Lua/XML Help 08-23-19, 06:14 PM
Replies: 12
Views: 2,564
Posted By fusionpit
That person is saying "for i = 1, #table do" and...

That person is saying "for i = 1, #table do" and "for k, v in ipairs(table) do" are basically the same, with the first being slightly more performant. If you had a table that looked like this:

{
...
Forum: Lua/XML Help 08-21-19, 07:41 AM
Replies: 12
Views: 2,564
Posted By fusionpit
You have variables named things like "DHMB" and...

You have variables named things like "DHMB" and "DHMM" which aren't clear until you read the code and see they're a timer table way down near the bottom. Same with "Ignore" in the Micro Button one. ...
Showing results 1 to 2 of 2