group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HealthPackSpawner Struct Reference

ECS component: world weapon pickup point with respawn cooldown. More...

#include <HealthPackSpawner.hpp>

Public Attributes

float healAmount = 75.0f
float spawnCooldown = 0
 Seconds remaining before the weapon reappears.
bool hasPack = false
 True if a weapon is available for pickup.

Detailed Description

ECS component: world weapon pickup point with respawn cooldown.

Member Data Documentation

◆ hasPack

bool HealthPackSpawner::hasPack = false

True if a weapon is available for pickup.

◆ healAmount

float HealthPackSpawner::healAmount = 75.0f

◆ spawnCooldown

float HealthPackSpawner::spawnCooldown = 0

Seconds remaining before the weapon reappears.


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