Garry's Mod Wiki

duplicator.Copy

  table duplicator.Copy( Entity ent, table tableToAdd = {} )

Description

Copies the entity, and all of its constraints and entities, then returns them in a table.

Arguments

1 Entity ent
The entity to duplicate. The function will automatically copy all constrained entities.
2 table tableToAdd = {}
A preexisting table to add entities and constraints in from. Uses the same table format as the table returned from this function.

Returns

1 table
A table containing duplication info which includes the following members:

The values of Mins & Maxs from the table are returned from duplicator.WorkoutSize