amxconst: Purge tabs
This commit is contained in:
parent
a63042d961
commit
b096f94ca4
@ -1351,10 +1351,10 @@ native client_cmd(index, const command[], any:...);
|
|||||||
* @note Commands emulated using this function will not trigger plugin command
|
* @note Commands emulated using this function will not trigger plugin command
|
||||||
* hooks. For an alternative that does, see amxclient_cmd().
|
* hooks. For an alternative that does, see amxclient_cmd().
|
||||||
*
|
*
|
||||||
* @param index Client index, use 0 to execute from all clients.
|
* @param index Client index, use 0 to execute from all clients.
|
||||||
* @param command The client command to execute on
|
* @param command Client command to execute on
|
||||||
* @param arg1 Optional command arguments
|
* @param arg1 Optional command arguments
|
||||||
* @param arg2 Optional command arguments
|
* @param arg2 Optional command arguments
|
||||||
*
|
*
|
||||||
* @noreturn
|
* @noreturn
|
||||||
* @error If a single client is specified and the index is not
|
* @error If a single client is specified and the index is not
|
||||||
@ -3391,9 +3391,9 @@ native admins_flush();
|
|||||||
/**
|
/**
|
||||||
* Returns if a map contains at least one entity with the provided class name.
|
* Returns if a map contains at least one entity with the provided class name.
|
||||||
*
|
*
|
||||||
* @param classname Entity classname to match
|
* @param classname Entity classname to match
|
||||||
*
|
*
|
||||||
* @return True if an entity is found, false otherwise
|
* @return True if an entity is found, false otherwise
|
||||||
*/
|
*/
|
||||||
native bool:has_map_ent_class(const classname[]);
|
native bool:has_map_ent_class(const classname[]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user