FastEngine 0.9.5
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::CommandHandler::CommandData Struct Reference

This struct contain the data of a command, like the name and the function pointer. More...

#include <C_commandHandler.hpp>

Public Member Functions

 CommandData (fge::CommandFunction cmdfunc, std::string_view name)

Public Attributes

fge::CommandFunction _func
std::string _name

Detailed Description

This struct contain the data of a command, like the name and the function pointer.


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