mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-07-05 00:49:34 +03:00
Added getForwardState
Added getForwardState
This commit is contained in:
parent
cf2ae249bf
commit
92e78f7ca5
@ -196,6 +196,10 @@ void EventsMngr::ClEvent::setForwardState(ForwardState state)
|
||||
m_State = state;
|
||||
}
|
||||
|
||||
ForwardState EventsMngr::ClEvent::getForwardState()
|
||||
{
|
||||
return this->m_State;
|
||||
}
|
||||
|
||||
int EventsMngr::registerEvent(CPluginMngr::CPlugin* plugin, int func, int flags, int msgid)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user