* @brief Sets the tool dispatcher. The conversation does not take ownership. */
| 112 | * @brief Sets the tool dispatcher. The conversation does not take ownership. |
| 113 | */ |
| 114 | void AI::Conversation::setDispatcher(ToolDispatcher* dispatcher) |
| 115 | { |
| 116 | m_dispatcher = dispatcher; |
| 117 | } |
| 118 | |
| 119 | //-------------------------------------------------------------------------------------------------- |
| 120 | // Property getters |