R-Type  2
Doom but in better
Loading...
Searching...
No Matches
PowerUp Struct Reference

Represents a power-up item and its enabled state. More...

#include <PowerUp.hpp>

Collaboration diagram for PowerUp:
Collaboration graph

Data Fields

bool enabled
 

Detailed Description

Represents a power-up item and its enabled state.

This structure is used to track the state of a power-up item, specifically whether it is currently enabled (active) or not. It can be used for various in-game power-ups that the player can activate or deactivate.

Definition at line 11 of file PowerUp.hpp.

Field Documentation

◆ enabled

bool PowerUp::enabled

A flag indicating whether the power-up is enabled (active) or not.

Definition at line 12 of file PowerUp.hpp.


The documentation for this struct was generated from the following file: