mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Fix native_filter documentation (bug 5692, r=me)
This commit is contained in:
parent
89a65c6a7f
commit
b44616576f
@ -862,7 +862,7 @@ native dbg_fmt_error(buffer[], maxLength);
|
|||||||
* if Fun isn't loaded and you use set_user_frags, your plugin will still load. However, if you
|
* if Fun isn't loaded and you use set_user_frags, your plugin will still load. However, if you
|
||||||
* attempt to call this native, your filter will intercept it with these parameters:
|
* attempt to call this native, your filter will intercept it with these parameters:
|
||||||
*
|
*
|
||||||
* public function native_filter(const name[], index)
|
* public function native_filter(const native[], index, trap)
|
||||||
* native - name of native
|
* native - name of native
|
||||||
* index - index of native
|
* index - index of native
|
||||||
* trap - 0 if native couldn't be found, 1 if native use was attempted
|
* trap - 0 if native couldn't be found, 1 if native use was attempted
|
||||||
|
Loading…
Reference in New Issue
Block a user