inc-doc2 nits/finishing touches

This commit is contained in:
Valentin Grünbacher
2015-02-24 22:51:36 +01:00
parent 902cecb0c3
commit bc9710e8f2
11 changed files with 73 additions and 77 deletions

View File

@@ -8,7 +8,7 @@
// https://alliedmods.net/amxmodx-license
#if defined _cvars_included
#endinput
#endinput
#endif
#define _cvars_included
@@ -32,8 +32,8 @@
*/
enum CvarBounds
{
CvarBound_Upper = 0,
CvarBound_Lower
CvarBound_Upper = 0,
CvarBound_Lower
};
/**
@@ -156,7 +156,7 @@ native disable_cvar_hook(cvarhook:handle);
native enable_cvar_hook(cvarhook:handle);
/**
* Returns a flags of a cvar. The cvar is accessed by name.
* Returns flags of a cvar. The cvar is accessed by name.
*
* @note For a list of possible flags see the FCVAR_* constants in amxconst.inc
* @note Accessing a Cvar by name is slower than direct pointer access, which is