Space Station 13 - Modules - TypesVar Details - Proc Details

image

Vars

tf_offset_xThe image's base transform scale for horizontal offset.
tf_offset_yThe image's base transform scale for vertical offset.
tf_rotationThe image's base transform scale for rotation.
tf_scale_xThe image's base transform scale for width.
tf_scale_yThe image's base transform scale for height.

Procs

AddOverlaysAdds sources to the image's overlays.
ClearOverlaysRemoves all of the image's overlays.
ClearTransformClear the image's tf_* variables and the current transform state.
CopyOverlaysCopies the overlays from the atom other, clearing first if set, and using the caches indicated.
CutOverlaysRemoves sources from the image's overlays.
SetTransformSets the image's tf_* variables and the current transform state, also applying others if supplied.

Var Details

tf_offset_x

The image's base transform scale for horizontal offset.

tf_offset_y

The image's base transform scale for vertical offset.

tf_rotation

The image's base transform scale for rotation.

tf_scale_x

The image's base transform scale for width.

tf_scale_y

The image's base transform scale for height.

Proc Details

AddOverlays

Adds sources to the image's overlays.

ClearOverlays

Removes all of the image's overlays.

ClearTransform

Clear the image's tf_* variables and the current transform state.

CopyOverlays

Copies the overlays from the atom other, clearing first if set, and using the caches indicated.

CutOverlays

Removes sources from the image's overlays.

SetTransform

Sets the image's tf_* variables and the current transform state, also applying others if supplied.