Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Lua Command Lua Commands

Category: image (18)

Lua Command tween_scale

Categories

Parameters

  • id
  • time
  • x
  • y

Info

Creates a scale tween which changes the size of an image (with the specified ID). x will be the new width factor and y the new height factor after the given time.

Note: x and y are just factors for the width/height and no absolute values! 1.0 for x and y will display the image in its original size, 0.5 in half the size, 2.0 in double the size and so on. Negative values will mirror the image.

Note: Time in ms (milliseconds, 1000 ms = 1 sec)