LOOP_CAMERA_ALONG_GEOMETRY
(might not work yet — instead, make a null entity and lock the camera to it)
Example JSON
{
"action": "LOOP_CAMERA_ALONG_GEOMETRY",
"duration": 1000,
"geometry": "vector object name"
}
MGS Natlang
Example
script {
loop camera along geometry "vector object name" over 1000ms;
}
Dictionary entry
loop camera along geometry $geometry:string over $duration:duration (;)