mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
11 lines
218 B
Cheetah
11 lines
218 B
Cheetah
|
I: varargs.qc
|
||
|
D: non-builtin vararg support
|
||
|
T: -execute
|
||
|
C: -std=fteqcc -fvariadic-args
|
||
|
M: You gave me 3 additional parameters
|
||
|
M: First: Hello
|
||
|
M: You chose: You
|
||
|
M: Vararg 0 = Hello
|
||
|
M: Vararg 1 = You
|
||
|
M: Vararg 2 = There
|