We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Features include a lineOfSight property:
lineOfSight
warzone2100/data/base/stats/features.json
Lines 615 to 626 in f45d614
It seems that this propety controls whether units and structures can see through the feature and shoot at objects behind it:
warzone2100/data/base/stats/features.ini
Lines 4 to 6 in 85b79c1
However, this property doesn't seem to do anything in the source code currently. It seems that visibility.cpp is the right place to implement it?
visibility.cpp
warzone2100/src/visibility.cpp
Lines 1131 to 1154 in f45d614
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Features include a
lineOfSight
property:warzone2100/data/base/stats/features.json
Lines 615 to 626 in f45d614
It seems that this propety controls whether units and structures can see through the feature and shoot at objects behind it:
warzone2100/data/base/stats/features.ini
Lines 4 to 6 in 85b79c1
However, this property doesn't seem to do anything in the source code currently. It seems that
visibility.cpp
is the right place to implement it?warzone2100/src/visibility.cpp
Lines 1131 to 1154 in f45d614
The text was updated successfully, but these errors were encountered: