fixed spacing and line endings

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401798
This commit is contained in:
David Anderson 2007-12-14 06:19:42 +00:00
parent af2142d70b
commit 8ffeb9f627

View File

@ -704,16 +704,17 @@ stock bool:IsValidConVarChar(c)
/** /**
* Returns the bitstring of flags of a command. * Returns the bitstring of flags of a command.
* *
* @param name Name of the command. * @param name Name of the command.
* @return A bitstring containing the FCVAR_* flags that are enabled or INVALID_FCVAR_FLAGS if command not found. * @return A bitstring containing the FCVAR_* flags that are enabled
* or INVALID_FCVAR_FLAGS if command not found.
*/ */
native GetCommandFlags(const String:name[]); native GetCommandFlags(const String:name[]);
/** /**
* Sets the bitstring of flags of a command. * Sets the bitstring of flags of a command.
* *
* @param name Name of the command. * @param name Name of the command.
* @param flags A bitstring containing the FCVAR_* flags to enable. * @param flags A bitstring containing the FCVAR_* flags to enable.
* @return True on success, otherwise false. * @return True on success, otherwise false.
*/ */
native bool:SetCommandFlags(const String:name[], flags); native bool:SetCommandFlags(const String:name[], flags);