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

Highlight entities not in the fgd files in the entity report list #106

Open
Outerbeast opened this issue Dec 16, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Outerbeast
Copy link

Option to mark entities in the entity report that don't currently exist in any fgd files used

@UnrealKaraulov
Copy link
Contributor

I added it in my fork.
image

@wootguy need just add check if (app->fgd->getFgdClass(cname) ) then ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(255, 0, 0, 255));

@wootguy wootguy added the enhancement New feature or request label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants