LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
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