]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
gmqcc.ini.example: VECTOR_COMPONENTS
[xonotic/gmqcc.git] / gmqcc.ini.example
index 3332231e4dbbd013d1c13c92686c54058028d0cb..b07651d0172c35d404c2b60a40d3de0dccd3e1ff 100644 (file)
 
     # Do not create a RETURN instruction at the end functions of return-type void.
     VOID_RETURN                  = true
+
+    # Turn extraction-multiplications such as (a_vector * '0 1 0')
+    # into direct component accesses
+    VECTOR_COMPONENTS            = true