mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 22:17:13 +02:00
Implement a logging option to hide some of the verbose output during plugin start up.
This commit is contained in:
@ -569,6 +569,9 @@ private:
|
||||
bool m_LockPostLoadSignal; // Lock post load signal container.
|
||||
bool m_LockUnloadSignal; // Lock unload signal container.
|
||||
|
||||
// --------------------------------------------------------------------------------------------
|
||||
Int32 m_Verbosity; // Restrict the amount of outputted information.
|
||||
|
||||
// --------------------------------------------------------------------------------------------
|
||||
Functions m_PreLoadSignal; // Functions to call before the loaded event.
|
||||
Functions m_PostLoadSignal; // Functions to call after the loaded event.
|
||||
|
Reference in New Issue
Block a user