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
8da905fbfa
commit
7787569fec
@ -106,6 +106,7 @@ public:
|
||||
inline CPluginMngr::CPlugin *getPlugin() { return plugin; }
|
||||
void registerFilter(char* filter);
|
||||
void setForwardState(ForwardState value);
|
||||
ForwardState getForwardState();
|
||||
inline int getFunction() { return func; }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user