Revision Difference
table.LowerKeyNames#560371
<function name="LowerKeyNames" parent="table" type="libraryfunc">
<description>Returns a copy of the input table with all string keys converted to be lowercase recursively</description>
<realm>Shared and Menu</realm>
<file line="443-L467">lua/includes/extensions/table.lua</file>
<file line="445-L469">lua/includes/extensions/table.lua</file>
<args>
<arg name="tbl" type="table">Table to convert</arg>
</args>
<rets>
<ret name="" type="table">New table</ret>
</rets>
</function>