R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Behaviour.hpp
Go to the documentation of this file.
1#pragma once
2
12
behaviour_enum
Defines the different types of behaviours that can be assigned to an entity.
Definition Behaviour.hpp:7
@ DEFAULT
Definition Behaviour.hpp:8
@ UP_DOWN
Definition Behaviour.hpp:9
@ FOLLOW
Definition Behaviour.hpp:10
Represents the behaviour of an entity, including the type and a timer for timed behaviours.
Definition Behaviour.hpp:20
behaviour_enum type
Definition Behaviour.hpp:21
float timer
Definition Behaviour.hpp:22