Resources|UDMF: Parsing the UDMF TEXTMAP lump contents
When a UDMF map is recognized, the importudmf plugin is used to read its contents. UDMFLex is based on de::Lex for tokenizing the UDMF source, and UDMFParser makes a callback for each encountered global assignment and block.
Resources|UDMF: Parsing the UDMF TEXTMAP lump contents
When a UDMF map is recognized, the importudmf plugin is used to
read its contents. UDMFLex is based on de::Lex for tokenizing the
UDMF source, and UDMFParser makes a callback for each encountered
global assignment and block.