Garry's Mod Wiki

Revision Difference

duplicator.FindEntityClass#528251

<function name="FindEntityClass" parent="duplicator" type="libraryfunc"> <description>Returns the entity class factory registered with <page>duplicator.RegisterEntityClass</page>.</description> <realm>Shared</realm> <file line="352-L360">lua/includes/modules/duplicator.lua</file>⤶ <args> <arg name="name" type="string">The name of the entity class factory</arg> </args> <rets> <ret name="" type="table">Is compromised of the following members: * <page>function</page> Func - The function that creates the entity * <page>table</page> Args - Arguments to pass to the function</ret> </rets> </function>