renamed "user" to "client"

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401126
This commit is contained in:
David Anderson 2007-07-15 18:55:13 +00:00
parent d218f638b1
commit bf5a50b8c4

View File

@ -599,12 +599,12 @@ native bool:ReadCommandIterator(Handle:iter,
descLen=0); descLen=0);
/** /**
* Returns whether a user has access to a command. This takes into account * Returns whether a client has access to a command. This takes into account
* the override system built into SourceMod. * the override system built into SourceMod.
* *
* @param client Client index. * @param client Client index.
* @param command Command name. * @param command Command name.
* @param flags Default command flags. * @param flags Default command flags.
* @return True if the user has access, false otherwise. * @return True if the client has access, false otherwise.
*/ */
native bool:CheckCommandAccess(client, const String:command[], flags); native bool:CheckCommandAccess(client, const String:command[], flags);