HoverRace
2.0
|
API documentation for a Lua event method. More...
#include <Event.h>
Public Member Functions | |
Event (const std::string &name) | |
Constructor. More... | |
virtual | ~Event () |
virtual void | Load (Util::yaml::MapNode *node) |
![]() | |
Method (const std::string &name) | |
Constructor. More... | |
virtual | ~Method () |
const std::string & | GetBrief () const |
const std::string & | GetDesc () const |
const std::string & | GetName () const |
const sigs_t & | GetSigs () const |
Private Types | |
typedef Method | SUPER |
Additional Inherited Members | |
![]() | |
using | examples_t = std::vector< std::string > |
using | sigs_t = std::vector< std::string > |
![]() | |
sigs_t & | GetSigs () |
void | SetBrief (const std::string &s) |
void | SetDesc (const std::string &s) |
API documentation for a Lua event method.
|
private |
HoverRace::Script::Help::Event::Event | ( | const std::string & | name | ) |
Constructor.
name | The name of the method. |
|
virtual |
|
virtual |
Reimplemented from HoverRace::Script::Help::Method.