#include <C4MessageInput.h>
Public Member Functions | |
| C4MessageBoardCommand () | |
Public Attributes | |
| char | Name [C4MaxName+1] |
| char | Script [_MAX_FNAME_LEN+30] |
| C4MessageBoardCommand * | Next |
Definition at line 93 of file C4MessageInput.h.
| C4MessageBoardCommand::C4MessageBoardCommand | ( | ) |
Definition at line 886 of file C4MessageInput.cpp.
| char C4MessageBoardCommand::Name[C4MaxName+1] |
Definition at line 99 of file C4MessageInput.h.
Referenced by C4MessageInput::AddCommand(), and C4MessageBoardCommand().
| C4MessageBoardCommand* C4MessageBoardCommand::Next |
Definition at line 102 of file C4MessageInput.h.
Referenced by C4MessageInput::AddCommand(), C4MessageBoardCommand(), C4MessageInput::Clear(), and C4MessageInput::GetCommand().
| char C4MessageBoardCommand::Script[_MAX_FNAME_LEN+30] |
Definition at line 100 of file C4MessageInput.h.
Referenced by C4MessageInput::AddCommand(), and C4MessageBoardCommand().