ENTITY/OnDuplicated
From Garry's Mod
ENTITY:OnDuplicated( )
Description
Called on any entity after it has been created by the duplicator library and before any bone/entity modifiers have been applied.
This hook is called after ENTITY:Initialize and before ENTITY:PostEntityPaste.
Arguments
table entTable
EntityCopyData structure of the source entity.