$include
Jump to navigation
Jump to search
$include
is a QC command available in all Source games. It's used to insert the contents of another
.qc
(or .qci
, for clarity) file as though they were part of the parent file.


Example
When the included file is in the same folder as the current one:
$include "ragdoll.qci"