Revision Difference
table.KeyFromValue#560384
<function name="KeyFromValue" parent="table" type="libraryfunc">
<description>Returns the first key found to be containing the supplied value</description>
<realm>Shared and Menu</realm>
<file line="672-L676">lua/includes/extensions/table.lua</file>
<file line="694-L698">lua/includes/extensions/table.lua</file>
<args>
<arg name="tab" type="table">Table to search</arg>
<arg name="value" type="any">Value to search for</arg>
</args>
<rets>
<ret name="" type="any">Key</ret>
</rets>
</function>