Declaration of the 2-dimensional vector class.
File : Ammo.hpp License: MIT Author : Elias Josué HAJJAR LLAUQUEN elias-josue.hajjar-llauquen@epitech...
Marks a projectile as a boomerang and stores state for return logic.
bool returning
Whether the boomerang is on its way back.
uint32_t ownerIndex
ECS entity index of the owner who fired this boomerang.
rtp::Vec2f startPos
Spawn position to compute travel distance.
float maxDistance
Distance before returning.