Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the '=' as an assignment (CS:GO) #33

Open
xPaw opened this issue Jan 19, 2021 · 2 comments
Open

Support the '=' as an assignment (CS:GO) #33

xPaw opened this issue Jan 19, 2021 · 2 comments

Comments

@xPaw
Copy link
Member

xPaw commented Jan 19, 2021

I was looking at the leaked CS:GO code, they added the following:

		// support the '=' as an assignment, makes multiple-keys-on-one-line easier to read in a keyvalues file
		if ( *value == '=' && !wasQuoted )
		{
@xPaw xPaw added this to Not Started in Key Values 1 via automation Jan 19, 2021
@yaakov-h
Copy link
Member

Any idea what this looks like in text?

@xPaw
Copy link
Member Author

xPaw commented Jan 19, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Not Started
Key Values 1
  
Not Started
Development

No branches or pull requests

2 participants