This was built to track decompiler and CFG progress.
function getTextTypeByTitle(title#0)
{
if (title#0 == "Weapons")
{
return "weapon";
}
else
{
if (title#0 == "NPCs")
{
return "npc";
}
else
{
if (title#0 == "Classes")
{
return "class";
}
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