I know this seems like a dumb question but how do i search a lua table for a given item? let's say i have a table like this:
local table = {
itemA = 0.8,
itemB = 1.2,
itemC = 1
}
is there, say, a function named table.find or something? It's also late here so I'm not thinking too clearly at the moment...