Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
ArkApi::Commands::Command< T > Struct Template Reference
+ Collaboration diagram for ArkApi::Commands::Command< T >:

Public Member Functions

 Command (FString command, std::function< T > callback)
 

Public Attributes

FString command
 
std::function< T > callback
 

Detailed Description

template<typename T>
struct ArkApi::Commands::Command< T >

Definition at line 58 of file Commands.h.

Constructor & Destructor Documentation

◆ Command()

template<typename T >
ArkApi::Commands::Command< T >::Command ( FString command,
std::function< T > callback )
inline

Definition at line 60 of file Commands.h.

Member Data Documentation

◆ callback

template<typename T >
std::function<T> ArkApi::Commands::Command< T >::callback

Definition at line 67 of file Commands.h.

◆ command

template<typename T >
FString ArkApi::Commands::Command< T >::command

Definition at line 66 of file Commands.h.


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