mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-07-05 08:59:32 +03:00
Added getForwardState
Added getForwardState
This commit is contained in:
parent
7787569fec
commit
5995a655b8
@ -171,6 +171,11 @@ void LogEventsMngr::CLogEvent::setForwardState(ForwardState state)
|
|||||||
m_State = state;
|
m_State = state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ForwardState LogEventsMngr::CLogEvent::getForwardState()
|
||||||
|
{
|
||||||
|
return m_State = state;
|
||||||
|
}
|
||||||
|
|
||||||
int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)
|
int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)
|
||||||
{
|
{
|
||||||
if (pos < 1 || pos > MAX_LOGARGS)
|
if (pos < 1 || pos > MAX_LOGARGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user