Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <command.h>
Public Member Functions | |
mItem () | |
Public Attributes | |
std::string | Name |
std::string | action |
std::string | display |
std::string | func2call |
bool | inputbit |
bool | inputbit2 |
bool | autoreprint |
std::string | menubuf |
std::string | selectstring |
std::string | predisplay |
|
inline |
Definition at line 35 of file command.h.
References autoreprint, inputbit, and inputbit2.
std::string mItem::action |
Definition at line 42 of file command.h.
Referenced by commandI::callMenu().
bool mItem::autoreprint |
Definition at line 52 of file command.h.
Referenced by commandI::callMenu(), mItem(), and ShipCommands::ShipCommands().
std::string mItem::display |
Definition at line 43 of file command.h.
Referenced by ShipCommands::ShipCommands().
std::string mItem::func2call |
Definition at line 45 of file command.h.
Referenced by commandI::callMenu(), and ShipCommands::ShipCommands().
bool mItem::inputbit |
Definition at line 50 of file command.h.
Referenced by commandI::callMenu(), mItem(), and ShipCommands::ShipCommands().
bool mItem::inputbit2 |
Definition at line 51 of file command.h.
Referenced by commandI::callMenu(), mItem(), and ShipCommands::ShipCommands().
std::string mItem::menubuf |
Definition at line 53 of file command.h.
Referenced by commandI::callMenu().
std::string mItem::Name |
Definition at line 41 of file command.h.
Referenced by ShipCommands::ShipCommands().
std::string mItem::selectstring |
Definition at line 55 of file command.h.
Referenced by commandI::callMenu(), commandI::displaymenu(), and ShipCommands::ShipCommands().