mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-13 15:28:04 +03:00
Fix typo on engine.inc documentation (#730)
`register_think` first parameter is `Classname[]`, but, it's written `Touched` on its description.
This commit is contained in:
parent
486da2f44b
commit
abba8f1a7c
@ -117,8 +117,8 @@ native register_touch(const Touched[], const Toucher[], const function[]);
|
||||
* blocking the think. To immediately block return PLUGIN_HANDLED_MAIN
|
||||
* instead.
|
||||
*
|
||||
* @param Touched Entity classname to hook
|
||||
* @param function Name of callback function
|
||||
* @param Classname Entity classname to hook
|
||||
* @param function Name of callback function
|
||||
*
|
||||
* @return Think forward id
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user