Garry's Mod Wiki

Revision Difference

table.LowerKeyNames#546790

<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="400">lua/includes/extensions/table.lua</file> <file line="422-L450">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>