Skip to content

Camera speed

INI referenceEnumsScrollSpeedType

Discrete camera-scroll speeds accepted by camera movement actions.

Engine enum
ScrollSpeedType
Input form
Integer

A scripted pan covers a fixed fraction of the whole journey each frame, so the setting fixes how long the view takes to arrive rather than how fast it travels, whatever the distance. The pan is linear, with no easing at either end. The five rates are built into the engine and no rules setting reaches them.

Values

5 of 5

InputMeaningEngine constantStored value
0The slowest pan: about 667 frames to arrive.SCROLL_SPEED_00
1About 334 frames to arrive.SCROLL_SPEED_11
2About 134 frames to arrive.SCROLL_SPEED_22
3About 34 frames to arrive.SCROLL_SPEED_33
4The fastest pan: about 17 frames to arrive.SCROLL_SPEED_44

Used by

Source files

Linked at revision 59fae722af8c.