Talk:KeyValues: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '==Note about code definition== The KeyValues class cpp file is included with the SDK in the tier1 project, as well as other definitions of code it uses. Might be worth checking o…')
 
No edit summary
 
Line 1: Line 1:
==Note about code definition==
==Note about code definition==
The KeyValues class cpp file is included with the SDK in the tier1 project, as well as other definitions of code it uses. Might be worth checking out if you're interested in the specifics of the parser. [[User:Solokiller|Solokiller]] 12:47, 26 July 2010 (UTC)
The KeyValues class cpp file is included with the SDK in the tier1 project, as well as other definitions of code it uses. Might be worth checking out if you're interested in the specifics of the parser. [[User:Solokiller|Solokiller]] 12:47, 26 July 2010 (UTC)
: KeyValues is actually very simple to parse. I've written my own enhanced parser in about 275 lines of C++ code. --[[User:Ibemad|Ibemad]] 11:30, 22 November 2012 (PST)

Latest revision as of 12:30, 22 November 2012

Note about code definition

The KeyValues class cpp file is included with the SDK in the tier1 project, as well as other definitions of code it uses. Might be worth checking out if you're interested in the specifics of the parser. Solokiller 12:47, 26 July 2010 (UTC)

KeyValues is actually very simple to parse. I've written my own enhanced parser in about 275 lines of C++ code. --Ibemad 11:30, 22 November 2012 (PST)