Garry's Mod Wiki

Entity:SnatchModelInstance

  boolean Entity:SnatchModelInstance( Entity srcEntity )

Description

Moves the model instance from the source entity to this entity. This can be used to transfer decals that have been applied on one entity to another.

Both entities must have the same model.

Arguments

1 Entity srcEntity
Entity to move the model instance from.

Returns

1 boolean
Whether the operation was successful or not