mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
10 lines
218 B
Cheetah
10 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
|