Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function ScriptedRCRightsTabSelect.onSelect(temp.id)
{
    lit#2 = 0;
    // RegionId(0)
    // RegionId(1)
    if (temp.id == lit#2) 
    {
        lit#5 = true;
        ScriptedRCRightsPane.visible = lit#5;
        lit#7 = false;
        ScriptedRCRightsScroll.visible = lit#7;
    }
    lit#8 = 1;
    // RegionId(2)
    // RegionId(3)
    if (temp.id == lit#8) 
    {
        lit#9 = false;
        ScriptedRCRightsPane.visible = lit#9;
        lit#10 = true;
        ScriptedRCRightsScroll.visible = lit#10;
    }
    lit#11 = 0;
    return lit#11;
}