Revision Difference
list.GetForEdit#529296
<function name="GetForEdit" parent="list" type="libraryfunc">
<description>Returns the actual table of the list stored at identifier. Modifying this will affect the stored list</description>
<realm>Shared and Menu</realm>
<file line="28-L33">lua/includes/modules/list.lua</file>⤶
<args>
<arg name="identifier" type="string">The list identifier</arg>
</args>
<rets>
<ret name="" type="table">The actual list</ret>
</rets>
</function>