Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function getRCGuiControlType()
{
    lit#2 = false;
    temp.standalone = lit#2;
    // RegionId(1)
    if (temp.standalone) 
    {
        lit#3 = "GuiControl";
        return lit#3;
    }
    // RegionId(2)
    else
    {
        lit#4 = "GuiWindowCtrl";
        return lit#4;
    }
}