C# (CSharp) idTech4.Text Namespace

Nested Namespaces

idTech4.Text.Decl

Classes

Name Description
LexerPunctuation
ScriptDefinition Macro definitions.
ScriptIndentation Indents used for conditional compilation directives: //#if, //#else, //#elif, //#ifdef, //#ifndef.
idDecl
idDeclFile
idImageProgramParser
idLexer Lexicographical parser.
idMapBrush
idMapBrushSide
idMapEntity
idMapFile Reads or writes the contents of .map files into a standard internal format, which can then be moved into private formats for collision detection, map processing, or editor use. No validation (duplicate planes, null area brushes, etc) is performed. There are no limits to the number of any of the elements in maps. The order of entities, brushes, and sides is maintained.
idMapPatch
idMapPrimitive
idScriptParser
idToken idToken is a token read from a file or memory with idLexer or idParser.