This was built to track decompiler and CFG progress.
function getTitleByTextType(texttype#0)
{
if (texttype#0 == "weapon")
{
return "Weapons";
}
else
{
if (texttype#0 == "npc")
{
return "NPCs";
}
else
{
if (texttype#0 == "class")
{
return "Classes";
}
else
{
return null;
}
}
}
}
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 4