Revision Difference
table.RemoveByValue#526688
<function name="RemoveByValue" parent="table" type="libraryfunc">
<description>Removes the first instance of a given value from the specified table with <page>table.remove</page>, then returns the key that the value was found at.</description>
<realm>Shared and Menu</realm>
<file line="667">lua/includes/extensions/table.lua</file>
<file line="649">lua/includes/extensions/table.lua</file>
<args>
<arg name="tbl" type="table">The table that will be searched.</arg>
<arg name="val" type="any">The value to find within the table.</arg>
</args>
<rets>
<ret name="" type="any">The key at which the value was found, or false if the value was not found.</ret>
</rets>
</function>