TXT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(Rewrote.)
Line 1: Line 1:
=Txt=


Txt is short for Text. It is a generic file that contains plain ASCII or ANSI text.
.txt is a common file extension that stands for "text", indicating that the file format is a generic file containing plain ASCII or ANSI text. This is used for documentation, scripts and setting parameters.


=Uses=
 
* A text file can be used to set compile options for [[Vtex]].
=== Used ===
 
* Setting compile parameters for [[Vtex]].

Revision as of 07:24, 29 August 2007

.txt is a common file extension that stands for "text", indicating that the file format is a generic file containing plain ASCII or ANSI text. This is used for documentation, scripts and setting parameters.


Used

  • Setting compile parameters for Vtex.