Revision Difference
list.GetForEdit#560399
<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>
<file line="16-L27">lua/includes/modules/list.lua</file>
<args>
<arg name="identifier" type="string">The list identifier</arg>
<arg name="dontCreate" type="boolean" default="false">If the list at given identifier does not exist, do **not** create it.</arg>
</args>
<rets>
<ret name="" type="table">The actual list</ret>
</rets>
</function>