----------------------------------------------------------------------------- Get human-friendly description of AV command -----------------------------------------------------------------------------
| 57 | // Get human-friendly description of AV command |
| 58 | //----------------------------------------------------------------------------- |
| 59 | string SimpleAVCommandItem::GetDescription() |
| 60 | { |
| 61 | return m_description; |
| 62 | } |
| 63 | |
| 64 | //----------------------------------------------------------------------------- |
| 65 | // <SimpleAVCommand::GetCommands> |