Provides a pointer to the object that can be used to access PCC settings. Some plugins depend on this to work. @param p_pSettings Pointer to settings object. Can be nullptr to remove an existing settings object.
| 180 | // Can be nullptr to remove an existing settings object. |
| 181 | // |
| 182 | void Plugin::SetSettings(const Settings* const p_pSettings) noexcept |
| 183 | { |
| 184 | m_pSettings = p_pSettings; |
| 185 | } |
| 186 | |
| 187 | // |
| 188 | // Provides a pointer to an object that can be used to access other plugins. |
no outgoing calls
no test coverage detected