Garry's Mod Wiki

Revision Difference

engine.OpenDupe#518518

<function name="OpenDupe" parent="engine" type="libraryfunc"> <description>Loads a duplication from the local filesystem.</description> <realm>Client</realm> <args> <arg name="dupeName" type="string">Name of the file. e.g, engine.OpenDupe(&quot;dupes/8b809dd7a1a9a375e75be01cdc12e61f.dupe&quot;)</arg> <arg name="dupeName" type="string">Name of the file. e.g, engine.OpenDupe("dupes/8b809dd7a1a9a375e75be01cdc12e61f.dupe")</arg> </args> <rets> <ret name="" type="string">Compressed dupeData. Use util.JSONToTable to make it into a format useable by the duplicator tool.</ret> </rets> </function>