# set_window
set_window(_new_window)
Source (opens new window)
Transition to the given state and resets the window timer.
// Without Assistant
window = 3
window_timer = 0 # Don't forget
// With Assistant
set_window(3)
Parameters:
_new_window
: int
The window to transition to.
See Also
- set_state: Transition to the given state and resets the state timer.