FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::net::TransmissionPacket::Option Struct Reference

Public Member Functions

constexpr Option (Options option, std::size_t argument=0)
 

Public Attributes

Options _option
 The option to send the packet with.
 
std::size_t _argument
 The option argument.
 

Member Data Documentation

◆ _argument

std::size_t fge::net::TransmissionPacket::Option::_argument

The option argument.

◆ _option

Options fge::net::TransmissionPacket::Option::_option

The option to send the packet with.


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