bspguy icon indicating copy to clipboard operation
bspguy copied to clipboard

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

Open Outerbeast opened this issue 2 years ago • 1 comments

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

Outerbeast avatar Dec 16 '22 18:12 Outerbeast

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));

UnrealKaraulov avatar Dec 18 '22 09:12 UnrealKaraulov