RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
msg::BoardMeta Struct Reference

#include <Message.h>

Collaboration diagram for msg::BoardMeta:

Public Attributes

uint64_t boardId = 0
 
std::string boardName
 
Panning pan {}
 
Grid grid {}
 
Size size {}
 

Detailed Description

Definition at line 156 of file Message.h.

Member Data Documentation

◆ boardId

uint64_t msg::BoardMeta::boardId = 0

Definition at line 158 of file Message.h.

◆ boardName

std::string msg::BoardMeta::boardName

Definition at line 159 of file Message.h.

◆ grid

Grid msg::BoardMeta::grid {}

Definition at line 161 of file Message.h.

161{};

◆ pan

Panning msg::BoardMeta::pan {}

Definition at line 160 of file Message.h.

160{};

◆ size

Size msg::BoardMeta::size {}

Definition at line 162 of file Message.h.

162{};

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