point_copy_size is a point entity available with any version of Mapbase.

Copies the size of one entity to another.



KeyValues

- Size source (Source) <target_destination>
The entity whose size would be measured and copied from.
- Resize target (Target) <target_destination>
The entity that will receive the copied size.
- Scale (SetScale) <float>
Multiplies the source's size by this number. Useful for bullseyes.

Inputs

- SetSource <target_destination>
Sets the size source.
- CopySize <void>
Copies the source's size to the target.
- CopySizeToEntity <target_destination>
Copies the source's size to the specified entity.
- CopySizeFromEntity <target_destination>
Copies the specified entity's size to the target.

Outputs

- OnCopy <void>
Fires each time the size is successfully copied with the target as the activator.