Improve documentation in engine_const.inc (#665)
This commit is contained in:
parent
f392c90729
commit
f623126fe1
|
@ -215,7 +215,12 @@ enum {
|
||||||
#endinput
|
#endinput
|
||||||
#endif
|
#endif
|
||||||
#define _jghg_enums
|
#define _jghg_enums
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used by get_global_[edict/float/int/string/vector]()
|
||||||
|
*/
|
||||||
enum {
|
enum {
|
||||||
|
|
||||||
// Edict
|
// Edict
|
||||||
GL_trace_ent = 0,
|
GL_trace_ent = 0,
|
||||||
|
|
||||||
|
@ -260,6 +265,10 @@ enum {
|
||||||
GL_pSaveData
|
GL_pSaveData
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Used by [get/set]_usercmd()
|
||||||
|
*/
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
usercmd_float_start,
|
usercmd_float_start,
|
||||||
|
@ -282,7 +291,9 @@ enum
|
||||||
usercmd_vec_end
|
usercmd_vec_end
|
||||||
};
|
};
|
||||||
|
|
||||||
// Used by the traceresult() native.
|
/**
|
||||||
|
* Used by the traceresult()
|
||||||
|
*/
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
TR_AllSolid, // (int) if true, plane is not valid
|
TR_AllSolid, // (int) if true, plane is not valid
|
||||||
|
|
Loading…
Reference in New Issue
Block a user