Bomberman
Public Attributes | List of all members
BBM::ParserYAML::PlayerInfos Struct Reference

#include <ParserYaml.hpp>

Collaboration diagram for BBM::ParserYAML::PlayerInfos:

Public Attributes

std::string name
 
Vector3f position
 Player position. More...
 
int maxBombCount
 The amount of bomb a player had. More...
 
int explosionRange
 The explosion range of a player. More...
 
float speed
 The speed of a player. More...
 
std::string asset
 The assets of the player. More...
 

Member Data Documentation

◆ asset

std::string BBM::ParserYAML::PlayerInfos::asset

The assets of the player.

◆ explosionRange

int BBM::ParserYAML::PlayerInfos::explosionRange

The explosion range of a player.

◆ maxBombCount

int BBM::ParserYAML::PlayerInfos::maxBombCount

The amount of bomb a player had.

◆ name

std::string BBM::ParserYAML::PlayerInfos::name

◆ position

Vector3f BBM::ParserYAML::PlayerInfos::position

Player position.

◆ speed

float BBM::ParserYAML::PlayerInfos::speed

The speed of a player.


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