LifeLua 30-05-2025
Documentation for LifeLua
|
Lua table library extension. More...
Functions | |
boolean | table.find (string string, table table) |
nil | table.removefirst (string string, table table) |
boolean table.find | ( | string | string, |
table | table ) |
Checks if an item is in an array
nil table.removefirst | ( | string | string, |
table | table ) |
Removes the first instance of an item in an array