#include <src/Commands/FrameByFrame.h>
List of all members.
Constructor & Destructor Documentation
virtual FrameStepCommandClass::~FrameStepCommandClass |
( |
| ) |
[inline, virtual] |
FrameStepCommandClass::FrameStepCommandClass |
( |
| ) |
[inline] |
Member Function Documentation
virtual void FrameStepCommandClass::Execute |
( |
DWORD |
dwUnk | ) |
[inline, virtual] |
{
Unsorted::ArmageddonMode = 0;
ArmageddonState = 1;
wchar_t msg[0x40] = L"Stepping.";
MessageListClass::PrintMessage(msg);
}
virtual const char* FrameStepCommandClass::GetName |
( |
| ) |
[inline, virtual] |
{ return "SingleStepForward"; }
virtual const wchar_t* FrameStepCommandClass::GetUICategory |
( |
| ) |
[inline, virtual] |
virtual const wchar_t* FrameStepCommandClass::GetUIDescription |
( |
| ) |
[inline, virtual] |
{ return L"Proceeds a single step forward."; }
virtual const wchar_t* FrameStepCommandClass::GetUIName |
( |
| ) |
[inline, virtual] |
{ return L"Single Step"; }
Member Data Documentation
The documentation for this class was generated from the following file: