new b5.A_FocusScene(target){b5.A_FocusScene}
actions/generic/general.js, line 267
Action that sets the current focus scene 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 scene to set as focus & @param focus2 {boolean} Set as secondary focus instead if true |
Returns:
Type | Description |
---|---|
b5.A_FocusScene | The created action |