class
#include <bn_link_player.h>
link_player Contains the data of a message provided by a player.
Constructors, destructors, conversion operators
- link_player(int id, int data) constexpr
- Constructor.
Public functions
Friends
-
auto operator==(const link_
player& a, const link_ player& b) -> bool defaulted - Default equal operator.
Function documentation
bn:: link_player:: link_player(int id,
int data) constexpr
Constructor.
Parameters | |
---|---|
id | Player ID, in the range [0..3]. |
data | Player data, in the range [0..65533]. |