Pokebot
Pokemon FireRed bot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
Script::Command Struct Reference

#include <Script.hh>

Collaboration diagram for Script::Command:
Collaboration graph

Public Member Functions

 Command (std::initializer_list< std::string > il)
 
 Command (const std::string &fmt, const std::string &params="", void(Script::*func)(Instruction *)=NULL)
 

Public Attributes

std::string format
 
std::string args
 
void(Script::* hook )(Instruction *)
 

Constructor & Destructor Documentation

Script::Command::Command ( std::initializer_list< std::string >  il)
inline
Script::Command::Command ( const std::string &  fmt,
const std::string &  params = "",
void(Script::*)(Instruction *)  func = NULL 
)
inline

Member Data Documentation

std::string Script::Command::args
std::string Script::Command::format
void(Script::* Script::Command::hook)(Instruction *)

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