Fakemeta Lacking Documentation? - set_es function
Hello
I've been cheking the AMXMODX documentation but there are a lot of things that are not documented, like in the case of set_es function (which I need it to force a certain entity state on a player). In the first argument it requires a "es_handle" but again, the documentation doesn't reference anything about it. Any help about it would be appreciated. Thanks in advance. |
Re: Fakemeta Lacking Documentation? - set_es function
If a native/forward is not documented on http://amxmodx.org/api, look for that function in the file. Like this:
http://i.imgur.com/l67mGoD.png That happens because pawn-docgen is searching for a specific documentation format, and not all functions are documented the same way (just like set_es() native). I guess include files should be updated. |
Re: Fakemeta Lacking Documentation? - set_es function
es_handle is the first parameter of FM_AddToFullPack forward hook.
|
| All times are GMT -4. The time now is 17:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.