bn_regular_bg_actions.h file

bn::regular_bg_ptr actions header file.

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_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.