ecs::component
Classes
Name
struct
struct
ecs::component::AttackAI AttackAI component.
struct
struct
ecs::component::EntityType EntityType component.
struct
struct
struct
struct
ecs::component::MovementAI MovementAI component.
struct
ecs::component::NetworkId NetworkId component related to the entity sent to the client.
struct
struct
struct
struct
ecs::component::Size Size component.
struct
struct
ecs::component::Velocity Velocity component.
struct
Attributes
Name
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
const std::pair< char, char >
Attributes Documentation
variable STOP
static const std::pair< char, char > STOP = {0, 0};variable UP
static const std::pair< char, char > UP = {0, -1};variable UP_LEFT
static const std::pair< char, char > UP_LEFT = {-1, -1};variable LEFT
static const std::pair< char, char > LEFT = {-1, 0};variable DOWN_LEFT
static const std::pair< char, char > DOWN_LEFT = {-1, 1};variable DOWN
static const std::pair< char, char > DOWN = {0, 1};variable DOWN_RIGHT
static const std::pair< char, char > DOWN_RIGHT = {1, 1};variable RIGHT
static const std::pair< char, char > RIGHT = {1, 0};variable UP_RIGHT
static const std::pair< char, char > UP_RIGHT = {1, -1};Updated on 2022-11-13 at 17:21:37 +0100
Last updated