Search code examples
'nil' as an element in a Lua table?...


lualua-table

Read More
Comparing multiple values in a table makes it that it choses to compare only one randomly...


for-looplualua-tablelove2d

Read More
How to reference first entry in keyless table in Lua?...


lualua-table

Read More
Lua: is there a need to use hash of string as a key in lua tables...


hashlualua-table

Read More
How to make table from io.read in lua...


lualua-table

Read More
Lua table created in C returns strange values for integers...


lualua-tablelua-c++-connection

Read More
How to remove elements inside a table based on a value of those elements?...


lualua-table

Read More
Lua 5.1 workaround for __gc metamethod for tables...


luagarbage-collectionlua-tablelua-5.1

Read More
how to delete all elements in a Lua table?...


lualua-table

Read More
Lua's Table Equivalent In Python...


pythonlualua-table

Read More
How to save a function of an Object/table to a variable to be called from this variable in Lua?...


functionobjectlualua-table

Read More
Get table key name from value...


luakeylua-table

Read More
Lua insert multiple variables into a table...


variablesinsertlualua-table

Read More
Manipulating table key...


luadata-manipulationlua-table

Read More
Display contents of tables in lua...


lualua-table

Read More
How to check in Lua if there are multiple elements in a table?...


lualua-table

Read More
How do I get first table value in Lua...


lualua-table

Read More
Custom foreach implementation in Lua...


lualua-table

Read More
How do I find the index of an element in a table in Lua?...


lualua-table

Read More
Trying to build a table of unique values in LUA...


lualua-table

Read More
Read both key and values of a nested lua script in C/C++...


c++lualua-tablelua-c++-connection

Read More
Lua JSON unexpected type `function`...


jsonlualua-table

Read More
Creating a dynamic array in Lua...


lualua-table

Read More
Using metatables for adding two different types...


luaoperatorslua-tableevaluation

Read More
Chunking lists lua 5.1.5...


lualua-table

Read More
Lua: How to look up in a table where the keys are tables (or objects)...


luahashtablelua-table

Read More
Find the table entry with the largest nested value...


lualua-table

Read More
RC script to Lua table...


luawindows-subsystem-for-linuxneovimlua-tablerc

Read More
Is there a way to represent a range of indexes in a lua table for a dissector?...


luawiresharklua-table

Read More
Is there a way to tell `next` to start at specific key?...


luaiteratorlua-table

Read More
BackNext