bn_regular_bg_actions.h file
bn::
Namespaces
- namespace bn
- Main Butano namespace.
Classes
- class bn::regular_bg_visible_manager
- Manages if a regular_
bg_ ptr must be committed to the GBA or not. - class bn::regular_bg_visible_toggle_action
- Toggles if a regular_
bg_ ptr must be committed to the GBA or not when the action is updated a given number of times. - class bn::regular_bg_position_manager
- Manages the position of a regular_
bg_ ptr. - class bn::regular_bg_move_by_action
- Modifies the position of a regular_
bg_ ptr by a given delta. - class bn::regular_bg_move_to_action
- Modifies the position of a regular_
bg_ ptr until it has a given state. - class bn::regular_bg_move_loop_action
- Modifies the position of a regular_
bg_ ptr from a minimum to a maximum. When the position is equal to the given final state, it goes back to its initial state and vice versa. - class bn::regular_bg_move_toggle_action
- Changes the position of a regular_
bg_ ptr when the action is updated a given number of times. - class bn::regular_bg_top_left_position_manager
- Manages the top-left position of a regular_
bg_ ptr. - class bn::regular_bg_top_left_move_to_action
- Modifies the top-left position of a regular_
bg_ ptr until it has a given state. - class bn::regular_bg_top_left_move_loop_action
- Modifies the top-left position of a regular_
bg_ ptr from a minimum to a maximum. When the top-left position is equal to the given final state, it goes back to its initial state and vice versa. - class bn::regular_bg_top_left_move_toggle_action
- Changes the top-left position of a regular_
bg_ ptr when the action is updated a given number of times. - class bn::regular_bg_mosaic_manager
- Manages if the mosaic effect must be applied to a regular_
bg_ ptr or not. - class bn::regular_bg_mosaic_toggle_action
- Toggles if the mosaic effect must be applied to a regular_
bg_ ptr or not when the action is updated a given number of times. - class bn::regular_bg_blending_manager
- Manages if blending must be applied to a regular_
bg_ ptr or not. - class bn::regular_bg_blending_toggle_action
- Toggles if blending must be applied to a regular_
bg_ ptr or not when the action is updated a given number of times. - class bn::regular_bg_blending_top_manager
- Manages if a regular_
bg_ ptr must be part of the blending top layer or not. - class bn::regular_bg_blending_top_toggle_action
- Toggles if a regular_
bg_ ptr is part of the blending top layer or not when the action is updated a given number of times. - class bn::regular_bg_blending_bottom_manager
- Manages if a regular_
bg_ ptr must be part of the blending bottom layer or not. - class bn::regular_bg_blending_bottom_toggle_action
- Toggles if a regular_
bg_ ptr is part of the blending bottom layer or not when the action is updated a given number of times.