Revision Difference
duplicator.Allow#551398
<function name="Allow" parent="duplicator" type="libraryfunc">
<description>Allow this entity to be duplicated</description>⤶
<description>Allow entities with given class name to be duplicated. See <page>duplicator.Disallow</page> for the opposite effect.</description>⤶
<realm>Shared</realm>
<file line="297-L304">lua/includes/modules/duplicator.lua</file>
<args>
<arg name="classname" type="string">An entity's classname</arg>⤶
<arg name="classname" type="string">An entity's classname to allow duuplicating.</arg>⤶
</args>
</function>