new b5.A_CamStopMove(target, stop_vx, stop_vy, duration){b5.A_CamStopMove}
actions/generic/camera.js, line 36
Action that stops a scene camera from moving then exits
Created actions should be added to an actor or scenes actions list to be processed
For a complete overview of Actions see Booty5 Actions Overview
Name | Type | Description |
---|---|---|
target |
string | b5.Scene |
Path to or instance of target scene that contains camera |
stop_vx |
boolean |
Stops x velocity |
stop_vy |
boolean |
Stops y velocity |
duration |
number |
Amount of time to wait before stopping in seconds |
Returns:
Type | Description |
---|---|
b5.A_CamStopMove | The created action |