Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function getRCGuiControlType()
{
    <temp.standalone>#3 = false;
    if (<temp.standalone>#3) 
    {
        return "GuiControl";
    }
    else
    {
        return "GuiWindowCtrl";
    }
}