LifeLua 30-05-2025
Documentation for LifeLua
Loading...
Searching...
No Matches
table

Lua table library extension. More...

Functions

boolean table.find (string string, table table)
 
nil table.removefirst (string string, table table)
 

Detailed Description

Function Documentation

◆ table.find()

boolean table.find ( string string,
table table )

Checks if an item is in an array

◆ table.removefirst()

nil table.removefirst ( string string,
table table )

Removes the first instance of an item in an array