Constants in engine_const.inc

Flags for the [set|get]_speak() natives.

Note

These do not correspond to any HLSDK constants and are only relevant to
the custom functionality provided by the engine module.
View types for the set_view() native.

Note

These do not correspond to any HLSDK constants and are only relevant to
the custom functionality provided by the engine module.
Entvar constants used with entity_[get|set]_* functions.
Integers, use with entity_[get|set]_int()
Floats, use with entity_[get|set]_float()
Vectors, use with entity_[get|set]_vector()
Edicts, use with entity_[get|set]_edict()
Strings, use with entity_[get|set]_string()
Bytearrays, use with entity_[get|set]_byte()
Used by get_global_[edict/float/int/string/vector]()
Used by [get/set]_usercmd()
Used by the traceresult()